Address review comments.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: c5f725e1c7
Component: cli
This commit is contained in:
Sebastiaan van Stijn
2017-06-02 00:07:19 +00:00
committed by Tibor Vass
parent d37fd961d4
commit 131de84a7e
4 changed files with 8 additions and 12 deletions
@@ -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
@@ -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