mirror of https://github.com/docker/docs.git
Update network-tutorial-standalone.md
Container alpine4 already connected to alpine-net. It has to be connected to bridge.
This commit is contained in:
parent
b1f23a2220
commit
0e73891251
|
@ -306,7 +306,7 @@ connected to both networks.
|
|||
|
||||
$ docker run -dit --name alpine4 --network alpine-net alpine ash
|
||||
|
||||
$ docker network connect alpine-net alpine4
|
||||
$ docker network connect bridge alpine4
|
||||
```
|
||||
|
||||
Verify that all containers are running:
|
||||
|
|
Loading…
Reference in New Issue