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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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