mirror of https://github.com/docker/cli.git
fixed typo -- Signed-off-by: Lee Gaines <eightlimbed@gmail.com>
This commit is contained in:
parent
c31b61bff4
commit
9570911807
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue