lixonet-ee/Dockerfile.tinc

10 lines
205 B
Docker

FROM alpine:latest
MAINTAINER Team Lixo <lixonet@team.lixo>
RUN apk add tinc iptables
EXPOSE 9993/tcp 655/udp
VOLUME /etc/tinc
CMD [ "sh", "-c", "/usr/sbin/tincd --net=$NETNAME --no-detach --debug=3" ]