Merge pull request #275 from dvoytik/patch-1

docs: add one missing blank and remove double blanks
This commit is contained in:
John Mulhausen 2016-10-19 10:37:19 -07:00 committed by GitHub
commit 41f871d884
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