Skip to content

Commit

Permalink
Bring up just the boulder container. (certbot#6031)
Browse files Browse the repository at this point in the history
Boulder recently added a "netaccess" container which may conflict.
  • Loading branch information
jsha authored and bmw committed May 23, 2018
1 parent deb5b07 commit 4304ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/boulder-fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4304ff0

Please sign in to comment.