Persists /etc/ipsec.secrets to /config (#26)

This commit is contained in:
James Harton 2016-09-27 23:24:41 +13:00 committed by Mengdi Gao
parent 8fb59e844f
commit 39c95c2319

View file

@ -6,11 +6,14 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/* # cache busted 20160406.1
RUN rm /etc/ipsec.secrets
RUN mkdir /config
RUN (cd /etc && ln -s /config/ipsec.secrets .)
ADD ./etc/* /etc/
ADD ./bin/* /usr/bin/
VOLUME /etc
VOLUME /config
# http://blogs.technet.com/b/rrasblog/archive/2006/06/14/which-ports-to-unblock-for-vpn-traffic-to-pass-through.aspx
EXPOSE 500/udp 4500/udp