mirror of https://github.com/docker/docs.git
bridge option syntax (#2342)
It seems that the syntax is either: -b <bridge> or --bridge=<bridge>
This commit is contained in:
parent
60cf73975b
commit
66996126eb
|
@ -54,7 +54,7 @@ $ ip addr show bridge0
|
|||
|
||||
# Tell Docker about it and restart (on Ubuntu)
|
||||
|
||||
$ echo 'DOCKER_OPTS="-b=bridge0"' >> /etc/default/docker
|
||||
$ echo 'DOCKER_OPTS="--bridge=bridge0"' >> /etc/default/docker
|
||||
|
||||
$ sudo service docker start
|
||||
|
||||
|
|
Loading…
Reference in New Issue