mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
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:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user