Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker --bip=true? #11167

Closed
mconigliaro opened this issue Jul 13, 2015 · 1 comment
Closed

docker --bip=true? #11167

mconigliaro opened this issue Jul 13, 2015 · 1 comment
Assignees
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.

Comments

@mconigliaro
Copy link

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 to true results in the following error from the docker daemon:

FATA[0000] Error starting daemon: Error initializing network controller: invalid CIDR address: true

I believe the bip option needs to be a CIDR address (e.g. --bip=192.168.1.1/24).

@erictune erictune self-assigned this Jul 13, 2015
@dchen1107 dchen1107 added the sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. label Jul 13, 2015
@erictune erictune added the priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done. label Jul 14, 2015
@erictune
Copy link
Member

Fixed by #11176

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

3 participants