Update work-with-networks.md (#1810)

This commit is contained in:
scjane 2017-02-18 10:19:04 +08:00 committed by John Mulhausen
parent 15dc27ff75
commit 41e15067ca
1 changed files with 2 additions and 0 deletions

View File

@ -983,6 +983,7 @@ disconnect` command.
``` ```
4. Remove `container4`, `container5`, `container6`, and `container7`. 4. Remove `container4`, `container5`, `container6`, and `container7`.
```bash ```bash
$ docker stop container4 container5 container6 container7 $ docker stop container4 container5 container6 container7
@ -1056,6 +1057,7 @@ remove a network. If a network has connected endpoints, an error occurs.
``` ```
3. Remove the `isolated_nw` network. 3. Remove the `isolated_nw` network.
```bash ```bash
$ docker network rm isolated_nw $ docker network rm isolated_nw
``` ```