Commit 110f093
bug(docker): bind docker bridge to a specific IP
Docker chooses an unused IP range for its network bridge, but more
than once we have seen this conflict with the Vagrant bridge, which
is presumably created after the Docker bridge. This commit uses
a specific CIDR for the Docker bridge, which does not conflict with the
Vagrant IP.
fixes #7021 parent 4029205 commit 110f093
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments