mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
examples files for kube int
This commit is contained in:
parent
1833c61556
commit
c84ce76c59
5 changed files with 39 additions and 2 deletions
8
doc/ext/kubernetes/Dockerfile
Normal file
8
doc/ext/kubernetes/Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
FROM node:4.4
|
||||
EXPOSE 8080
|
||||
COPY server.js .
|
||||
COPY zerotier .
|
||||
COPY zerotier-cli .
|
||||
COPY entrypoint.sh .
|
||||
COPY .zerotierCliSettings <settings path>?>
|
||||
CMD node server.js
|
Loading…
Add table
Add a link
Reference in a new issue