From 92cfec060072866de9ebe4d101fdfa5dac70f559 Mon Sep 17 00:00:00 2001 From: gobold1979 Date: Fri, 14 Dec 2018 22:55:12 +0100 Subject: [PATCH] Numbers were confused In the tutorial, you connect to alpine1 (ONE!), do some stuff, can't ping alpine2 and I guess the author was confused at this point because immediately after not being able to ping alpine2 comes detaching from the one you're connected to and that's alpine1. --- network/network-tutorial-overlay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/network-tutorial-overlay.md b/network/network-tutorial-overlay.md index 164476f6c8..ccf37a7500 100644 --- a/network/network-tutorial-overlay.md +++ b/network/network-tutorial-overlay.md @@ -623,7 +623,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`.