bridge option syntax (#2342)

It seems that the syntax is either:
-b <bridge>
or
--bridge=<bridge>
This commit is contained in:
David Greaves 2017-03-17 03:04:09 +00:00 committed by Misty Stanley-Jones
parent 60cf73975b
commit 66996126eb
1 changed files with 1 additions and 1 deletions

View File

@ -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