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

Documentation: docker volumes: remove trailing comma from top command
This commit is contained in:
Vincent Demeester 2016-05-05 17:26:06 +02:00
Родитель af916d316a c7e738d641
Коммит c37ca913ff
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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