add one missing blank and remove double blanks

add one missing blank and remove double blanks
This commit is contained in:
Dmitry Voytik 2016-10-19 17:43:14 +02:00 committed by GitHub
parent f40170a796
commit 323259f2c4
1 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ beyond the lifetime of a single Engine host. See the
## Command-line changes
A volume plugin makes use of the `-v`and `--volume-driver` flag on the `docker run` command. The `-v` flag accepts a volume name and the `--volume-driver` flag a driver type, for example:
A volume plugin makes use of the `-v` and `--volume-driver` flag on the `docker run` command. The `-v` flag accepts a volume name and the `--volume-driver` flag a driver type, for example:
$ docker run -ti -v volumename:/data --volume-driver=flocker busybox sh