change network configuration for docker

This commit is contained in:
Sukchan Lee 2018-02-20 22:29:46 +09:00
parent 9a86d4cb7c
commit f1ad0b11ae
5 changed files with 5 additions and 16 deletions

View file

@ -30,4 +30,4 @@ RUN apt-get update && \
pkg-config && \
apt-get clean
COPY nextepc /etc/network/interfaces.d/
COPY setup.sh /root

View file

@ -1,9 +0,0 @@
auto pgwtun
iface pgwtun inet static
address 45.45.0.1
netmask 255.255.0.0
pre-up ip tuntap add name pgwtun mode tun
post-down ip tuntap del name pgwtun mode tun
iface pgwtun inet6 static
address cafe::1
netmask 64