correct typo in bash command

This commit is contained in:
d-tork
2020-06-17 21:00:32 -04:00
committed by GitHub
parent 5d24badfb5
commit 2693610fc7

View File

@@ -42,7 +42,7 @@ only the loopback device is created. The following example illustrates this.
the `--rm` flag.
```bash
$ docker container rm no-net-alpine
$ docker stop no-net-alpine
```
## Next steps