From 8e19bf18de30b36bce2b9c67ea01bd086f6c7523 Mon Sep 17 00:00:00 2001 From: victor23d <34957140+victor23d@users.noreply.github.com> Date: Fri, 13 Apr 2018 00:13:14 +0800 Subject: [PATCH] Update network-tutorial-standalone.md --- network/network-tutorial-standalone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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