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
2017-06-02 00:07:19 +00:00
committed by Tibor Vass
parent deae0706ea
commit 22ce4b4448
4 changed files with 19 additions and 1 deletions
+1
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
+1
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