From 140229677af2cf4865424e535b06440f043e163b Mon Sep 17 00:00:00 2001 From: Michal Jemala Date: Mon, 15 Sep 2014 12:10:46 +0100 Subject: [PATCH] The default name of the bridge created is called 'docker0'. --- docs/sources/articles/networking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/articles/networking.md b/docs/sources/articles/networking.md index 3a990b3aea..7f6d411f6f 100644 --- a/docs/sources/articles/networking.md +++ b/docs/sources/articles/networking.md @@ -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