diff --git a/network/network-tutorial-standalone.md b/network/network-tutorial-standalone.md index f2af95eb6f..d2e0c6d693 100644 --- a/network/network-tutorial-standalone.md +++ b/network/network-tutorial-standalone.md @@ -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