Merge pull request #7864 from gobold1979/patch-1

Numbers were confused
This commit is contained in:
L-Hudson 2018-12-20 09:34:01 -05:00 committed by GitHub
commit 3710867888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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