1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #19157 from wenchma/update_build_bridges

Update the doc of build-bridges.md
This commit is contained in:
Vincent Demeester 2016-01-14 11:10:37 +01:00
commit 0ed2e26f51

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