mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
remove trailing comma from top command
Signed-off-by: objectified <objectified@gmail.com>
This commit is contained in:
parent
4de672690c
commit
c7e738d641
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ source. When the container is deleted, you should instruction the Engine daemon
|
|||
to clean up anonymous volumes. To do this, use the `--rm` option, for example:
|
||||
|
||||
```bash
|
||||
$ docker run --rm -v /foo -v awesome:/bar busybox top,
|
||||
$ docker run --rm -v /foo -v awesome:/bar busybox top
|
||||
```
|
||||
|
||||
This command creates an anonymous `/foo` volume. When the container is removed,
|
||||
|
|
Loading…
Reference in a new issue