Correcting overlay -> bridge driver in run.md

Correcting `overlay` -> `bridge` driver in run.md to match the preceding paragraph.

Signed-off-by: Jasmine Hegman <jasmine@jhegman.com>
Upstream-commit: 6495ac0c5f
Component: cli
This commit is contained in:
Jasmine Hegman
2017-06-02 00:07:25 +00:00
committed by Tibor Vass
parent 4980c17b3e
commit e1b3e37e5c
+1 -1
View File
@@ -409,7 +409,7 @@ The following example creates a network using the built-in `bridge` network
driver and running a container in the created network
```
$ docker network create -d overlay my-net
$ docker network create -d bridge my-net
$ docker run --net=my-net -itd --name=container3 busybox
```