From b34165ae3725e6600cec15b6d63b2ad924a246d9 Mon Sep 17 00:00:00 2001 From: objectified Date: Thu, 5 May 2016 13:08:22 +0200 Subject: [PATCH] remove trailing comma from top command Signed-off-by: objectified (cherry picked from commit c7e738d641e83ab955be423b70b9ed364dba9637) Signed-off-by: Sebastiaan van Stijn --- docs/userguide/containers/dockervolumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/containers/dockervolumes.md b/docs/userguide/containers/dockervolumes.md index 9c960d1fe9..93e58c2741 100644 --- a/docs/userguide/containers/dockervolumes.md +++ b/docs/userguide/containers/dockervolumes.md @@ -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,