lixonet-ee/Dockerfile.tinc

11 lines
190 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-27 19:13:51 +00:00
ENTRYPOINT [ "/usr/bin/tinc" ]
2020-04-27 19:04:32 +00:00
CMD [ "start", "-D", "-U", "nobody" ]