Correcting `overlay` -> `bridge` driver in run.md to match the preceding paragraph.
Signed-off-by: Jasmine Hegman <jasmine@jhegman.com>
| ... | ... |
@@ -409,7 +409,7 @@ The following example creates a network using the built-in `bridge` network |
| 409 | 409 |
driver and running a container in the created network |
| 410 | 410 |
|
| 411 | 411 |
``` |
| 412 |
-$ docker network create -d overlay my-net |
|
| 412 |
+$ docker network create -d bridge my-net |
|
| 413 | 413 |
$ docker run --net=my-net -itd --name=container3 busybox |
| 414 | 414 |
``` |
| 415 | 415 |
|