remove trailing comma from top command

Signed-off-by: objectified <objectified@gmail.com>
(cherry picked from commit c7e738d641)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
objectified 2016-05-05 13:08:22 +02:00 committed by Sebastiaan van Stijn
parent cef1a10f5e
commit b34165ae37
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -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,