mirror of https://github.com/docker/docs.git
optimise docs
Signed-off-by: 搏通 <yufeng.pyf@alibaba-inc.com>
This commit is contained in:
parent
3cf4cad082
commit
9abf304c25
|
@ -138,7 +138,7 @@ $ docker run -itd --name=container2 busybox
|
||||||
94447ca479852d29aeddca75c28f7104df3c3196d7b6d83061879e339946805c
|
94447ca479852d29aeddca75c28f7104df3c3196d7b6d83061879e339946805c
|
||||||
```
|
```
|
||||||
|
|
||||||
Inspecting the `bridge` network again after starting two containers shows both newly launched containers in the network. Their ids show up in the container
|
Inspecting the `bridge` network again after starting two containers shows both newly launched containers in the network. Their ids show up in the "Containers" section of `docker network inspect`:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ docker network inspect bridge
|
$ docker network inspect bridge
|
||||||
|
|
Loading…
Reference in New Issue