Bring up just the boulder container. (#6031)

Boulder recently added a "netaccess" container which may conflict.
This commit is contained in:
Jacob Hoffman-Andrews 2018-05-23 11:33:21 -07:00 committed by Brad Warren
parent deb5b072d9
commit 4304ff0d62

View file

@ -17,7 +17,7 @@ FAKE_DNS=$(ifconfig docker0 | grep "inet addr:" | cut -d: -f2 | awk '{ print $1}
[ -z "$FAKE_DNS" ] && echo Unable to find the IP for docker0 && exit 1
sed -i "s/FAKE_DNS: .*/FAKE_DNS: ${FAKE_DNS}/" docker-compose.yml
docker-compose up -d
docker-compose up -d boulder
set +x # reduce verbosity while waiting for boulder
until curl http://localhost:4000/directory 2>/dev/null; do