update docker configuration

This commit is contained in:
Sukchan Lee 2018-02-21 12:35:05 +09:00
parent c827701824
commit 91c9586561
3 changed files with 3 additions and 1 deletions

View File

@ -15,4 +15,4 @@ services:
sysctls:
- net.ipv6.conf.all.disable_ipv6=0
hostname: nextepc-test
command: /bin/bash -c "/root/setup.sh; sed 's|localhost|mongodb|' /usr/local/etc/nextepc/nextepc.conf > /tmp/nextepc.conf; mv -f /tmp/nextepc.conf /usr/local/etc/nextepc/; cd nextepc; ./test/testepc"
command: /bin/bash -c "/root/setup.sh; /usr/bin/testepc"

View File

@ -62,6 +62,7 @@ services:
- net.ipv6.conf.all.disable_ipv6=0
volumes:
- home:/home/${USER}
- ${HOME}:/mnt
hostname: nextepc-dev
command: /bin/bash -c "chmod 666 /dev/net/tun; /root/setup.sh; su acetcom"

View File

@ -16,6 +16,7 @@ RUN apt-get update && \
devscripts \
dh-autoreconf \
dh-systemd \
fakeroot \
libsctp-dev \
libgnutls28-dev \
libgcrypt-dev \