Update network-tutorial-standalone.md

This commit is contained in:
victor23d 2018-04-13 00:13:14 +08:00 committed by Joao Fernandes
parent 16f7d2cd26
commit 8e19bf18de
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ connected to both networks.
3. Create your four containers. Notice the `--network` flags. You can only
connect to one network during the `docker run` command, so you need to use
`docker network attach` afterward to connect `alpine4` to the `bridge`
`docker network connect` afterward to connect `alpine4` to the `bridge`
network as well.
```bash