mirror of
https://github.com/docker/cli.git
synced 2026-09-24 07:25:07 -05:00
The default name of the bridge created is called 'docker0'.
Upstream-commit: 140229677af2cf4865424e535b06440f043e163b Component: engine
This commit is contained in:
@@ -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
|
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
|
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
|
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 the service and removing the interface:
|
||||||
|
|
||||||
# Stopping Docker and removing docker0
|
# Stopping Docker and removing docker0
|
||||||
|
|||||||
Reference in New Issue
Block a user