mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-11 07:36:38 -07:00
Add more helpful example stuff.
This commit is contained in:
parent
6b5bb0b278
commit
97dee9de36
3 changed files with 48 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM centos:7
|
|||
|
||||
MAINTAINER https://www.zerotier.com/
|
||||
|
||||
RUN yum -y update && yum clean all
|
||||
RUN yum -y update && yum install -y sqlite net-tools && yum clean all
|
||||
|
||||
EXPOSE 9993/udp
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue