Skip to content

Commit f46834a

Browse files
Gabriel MonroyMatthew Fisher
authored andcommitted
fix(builder): add bridge CIDR address to fix etcd connectivity
1 parent 37964ae commit f46834a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builder/bin/boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ CONFD_PID=$!
4242
test -e /var/run/docker.sock && rm -f /var/run/docker.sock
4343

4444
# spawn a docker daemon to run builds
45-
docker -d &
45+
docker -d --bip=172.19.42.1/16 &
4646
DOCKER_PID=$!
4747

4848
# wait for docker to start

0 commit comments

Comments
 (0)