lixonet-ee/Dockerfile.tinc

10 lines
196 B
Docker
Raw Normal View History

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