Don’t store the config file on a separate volume
This commit is contained in:
parent
d8f5e86e15
commit
404ac49a50
1 changed files with 0 additions and 4 deletions
|
@ -3,10 +3,6 @@ FROM ubuntu:16.04
|
|||
RUN apt-get update \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get -y install strongswan iptables uuid-runtime ndppd openssl
|
||||
|
||||
RUN rm /etc/ipsec.secrets
|
||||
RUN mkdir /config
|
||||
RUN (cd /etc && ln -s /config/ipsec.secrets .)
|
||||
|
||||
ADD ./etc/* /etc/
|
||||
ADD ./bin/* /usr/bin/
|
||||
|
||||
|
|
Loading…
Reference in a new issue