From f3420e8c88ce4b941dcaef2ef10e6d8d6ea032ab Mon Sep 17 00:00:00 2001 From: LydellManganti Date: Sat, 24 Feb 2018 09:26:11 +1000 Subject: [PATCH] Update network-tutorial-standalone.md (#6056) Fix typo on Step 7 Detach should be from alpine1 instead of alpine2. --- 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 9726d309bd..e45b2c5b32 100644 --- a/network/network-tutorial-standalone.md +++ b/network/network-tutorial-standalone.md @@ -211,7 +211,7 @@ need to have Docker installed and running. ping: bad address 'alpine2' ``` -7. Detach from `alpine2` without stopping it by using the detach sequence, +7. Detach from `alpine1` without stopping it by using the detach sequence, `CTRL` + `p` `CTRL` + `q` (hold down `CTRL` and type `p` followed by `q`). If you wish, attach to `alpine2` and repeat steps 4, 5, and 6 there, substituting `alpine1` for `alpine2`.