mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #8034 from michaljemala/patch-1
The default name of the bridge created is called 'docker0'.
This commit is contained in:
commit
023241614e
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ If you want to take Docker out of the business of creating its own
|
|||
Ethernet bridge entirely, 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
|
||||
old `bridge0` still configured, you will probably want to begin by
|
||||
old `docker0` still configured, you will probably want to begin by
|
||||
stopping the service and removing the interface:
|
||||
|
||||
# Stopping Docker and removing docker0
|
||||
|
|
Loading…
Add table
Reference in a new issue