瀏覽代碼

Merge pull request #22529 from objectified/22528-remove-trailing-comma-from-top-command

Documentation: docker volumes: remove trailing comma from top command
Vincent Demeester 9 年之前
父節點
當前提交
c37ca913ff
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/userguide/containers/dockervolumes.md

+ 1 - 1
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,