mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
.
This commit is contained in:
parent
e8d11eb5c5
commit
d7b4f24a7a
5 changed files with 0 additions and 0 deletions
19
attic/kubernetes_docs/Dockerfile
Normal file
19
attic/kubernetes_docs/Dockerfile
Normal file
|
@ -0,0 +1,19 @@
|
|||
FROM node:4.4
|
||||
EXPOSE 8080/tcp 9993/udp
|
||||
|
||||
# Install ZT network conf files
|
||||
RUN mkdir -p /var/lib/zerotier-one/networks.d
|
||||
ADD *.conf /var/lib/zerotier-one/networks.d/
|
||||
ADD *.conf /
|
||||
ADD zerotier-one /
|
||||
ADD zerotier-cli /
|
||||
ADD .zerotierCliSettings /
|
||||
|
||||
# Install App
|
||||
ADD server.js /
|
||||
|
||||
# script which will start/auth VM on ZT network
|
||||
ADD entrypoint.sh /
|
||||
RUN chmod -v +x /entrypoint.sh
|
||||
|
||||
CMD ["./entrypoint.sh"]
|
Loading…
Add table
Add a link
Reference in a new issue