mirror of https://github.com/docker/docs.git
Merge pull request #275 from dvoytik/patch-1
docs: add one missing blank and remove double blanks
This commit is contained in:
commit
41f871d884
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue