Update the doc of build-bridges.md

Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com>
This commit is contained in:
Wen Cheng Ma 2016-01-07 17:39:29 +08:00
parent 656979670c
commit 0ba6a128ee
1 changed files with 7 additions and 6 deletions

View File

@ -10,7 +10,7 @@ parent = "smn_networking_def"
# Build your own bridge
This section explains building your own bridge to replaced the Docker default
This section explains how to build your own bridge to replace the Docker default
bridge. This is a `bridge` network named `bridge` created automatically when you
install Docker.
@ -19,8 +19,9 @@ create user-defined networks in addition to the default bridge network.
You can set up your own bridge before starting Docker and use `-b BRIDGE` or
`--bridge=BRIDGE` to tell Docker to use your bridge instead. If you already
have Docker up and running with its default `docker0` still configured, you will
probably want to begin by stopping the service and removing the interface:
have Docker up and running with its default `docker0` still configured,
you can directly create your bridge and restart Docker with it or want to begin by
stopping the service and removing the interface:
```
# Stopping Docker and removing docker0