Update network-tutorial-standalone.md (#6056)

Fix typo on Step 7 Detach should be from alpine1 instead of alpine2.
This commit is contained in:
LydellManganti 2018-02-24 09:26:11 +10:00 committed by Joao Fernandes
parent 10a3d4576d
commit f3420e8c88
1 changed files with 1 additions and 1 deletions

View File

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