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.
This commit is contained in:
gobold1979
2018-12-14 22:55:12 +01:00
committed by GitHub
parent d4277a5065
commit 92cfec0600

View File

@@ -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`.