Don’t store the config file on a separate volume

This commit is contained in:
amdavidson 2019-05-15 06:13:29 -04:00 committed by GitHub
parent d8f5e86e15
commit 404ac49a50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/