Add docs and man page entry for --volume-driver

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
Ben Firshman
2015-11-10 15:25:53 +00:00
committed by Tibor Vass
parent deae0706ea
commit 22ce4b4448
4 changed files with 19 additions and 1 deletions

View File

@ -83,6 +83,7 @@ Creates a new container.
If 'host-src' is missing, then docker creates a new volume.
If neither 'rw' or 'ro' is specified then the volume is mounted
in read-write mode.
--volume-driver="" Optional volume driver for the container
--volumes-from=[] Mount volumes from the specified container(s)
-w, --workdir="" Working directory inside the container

View File

@ -84,6 +84,7 @@ parent = "smn_cli"
If 'host-src' is missing, then docker creates a new volume.
If neither 'rw' or 'ro' is specified then the volume is mounted
in read-write mode.
--volume-driver="" Optional volume driver for the container
--volumes-from=[] Mount volumes from the specified container(s)
-w, --workdir="" Working directory inside the container