Update network-tutorial-standalone.md

Container alpine4 already connected to alpine-net. It has to be connected to bridge.
This commit is contained in:
gore28akshay 2018-02-10 15:12:56 +05:30 committed by Joao Fernandes
parent b1f23a2220
commit 0e73891251
1 changed files with 1 additions and 1 deletions

View File

@ -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: