From 95709118079977bc76c19da7a5474a897b7da5bd Mon Sep 17 00:00:00 2001 From: Lee Gaines Date: Tue, 8 May 2018 14:46:42 -0700 Subject: [PATCH] fixed typo -- Signed-off-by: Lee Gaines --- man/src/network/create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/src/network/create.md b/man/src/network/create.md index 79da86d756..e10e80605c 100644 --- a/man/src/network/create.md +++ b/man/src/network/create.md @@ -4,7 +4,7 @@ network driver you can specify that `DRIVER` here also. If you don't specify the `--driver` option, the command automatically creates a `bridge` network for you. When you install Docker Engine it creates a `bridge` network automatically. This network corresponds to the `docker0` bridge that Engine has traditionally relied -on. When launch a new container with `docker run` it automatically connects to +on. When you launch a new container with `docker run` it automatically connects to this bridge network. You cannot remove this default bridge network but you can create new ones using the `network create` command.