Merge pull request #11011 from d-tork/master

correct typo in bash command
This commit is contained in:
Sebastiaan van Stijn 2020-06-18 13:00:04 +02:00 committed by GitHub
commit 37e0f5c7de
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