Persists /etc/ipsec.secrets to /config (#26)
This commit is contained in:
parent
8fb59e844f
commit
39c95c2319
1 changed files with 3 additions and 0 deletions
|
@ -6,11 +6,14 @@ RUN apt-get update \
|
||||||
&& rm -rf /var/lib/apt/lists/* # cache busted 20160406.1
|
&& rm -rf /var/lib/apt/lists/* # cache busted 20160406.1
|
||||||
|
|
||||||
RUN rm /etc/ipsec.secrets
|
RUN rm /etc/ipsec.secrets
|
||||||
|
RUN mkdir /config
|
||||||
|
RUN (cd /etc && ln -s /config/ipsec.secrets .)
|
||||||
|
|
||||||
ADD ./etc/* /etc/
|
ADD ./etc/* /etc/
|
||||||
ADD ./bin/* /usr/bin/
|
ADD ./bin/* /usr/bin/
|
||||||
|
|
||||||
VOLUME /etc
|
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
|
# 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
|
EXPOSE 500/udp 4500/udp
|
||||||
|
|
Loading…
Reference in a new issue