docker --bip=true? #11167
Labels
priority/awaiting-more-evidence
Lowest priority. Possibly useful, but not yet enough support to actually get it done.
sig/api-machinery
Categorizes an issue or PR as relevant to SIG API Machinery.
The "from scratch" getting started guide says this about configuring the bridge for Docker:
Or let docker do it with --bip=true.
Setting the
bip
option totrue
results in the following error from the docker daemon:I believe the
bip
option needs to be a CIDR address (e.g.--bip=192.168.1.1/24
).The text was updated successfully, but these errors were encountered: