Address review comments.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: a2120e5ba3337f70a63fd64ea773e50ce5af31ca
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2015-12-03 16:07:54 +01:00
parent c7c45c24a8
commit 476079ebd7
4 changed files with 8 additions and 12 deletions

View File

@ -83,7 +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
--volume-driver="" Container's volume driver
--volumes-from=[] Mount volumes from the specified container(s)
-w, --workdir="" Working directory inside the container

View File

@ -84,7 +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
--volume-driver="" Container's volume driver
--volumes-from=[] Mount volumes from the specified container(s)
-w, --workdir="" Working directory inside the container