10 lines
108 B
Docker

FROM zerotier/zerotier:latest
EXPOSE 9993/udp
COPY startup.sh /startup.sh
ENTRYPOINT [ "/startup.sh" ]