Skip to content

Commit 5b3d268

Browse files
carmstrongMatthew Fisher
authored andcommitted
bug(contrib/coreos): fix Docker bridge
The fix in 10ec0c50a was invalid, because this caused the choice of 10.212.0.0 as the gateway. Instead, we start the addressing at 10.212.0.1.
1 parent fd9b42e commit 5b3d268

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/coreos/user-data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ coreos:
1515
ExecStartPre=/bin/mount --make-rprivate /
1616
# Run docker but don't have docker automatically restart
1717
# containers. This is a job for systemd and unit files.
18-
ExecStart=/usr/bin/docker -d -s=btrfs --bip=10.212.0.0/16 -r=false -H fd://
18+
ExecStart=/usr/bin/docker -d -s=btrfs --bip=10.212.0.1/16 -r=false -H fd://
1919

2020
[Install]
2121
WantedBy=multi-user.target

0 commit comments

Comments
 (0)