Fix help text for -v option

Upstream-commit: 3c5350ba922dd6611dab714db82cdd2d0210f5c5
Component: engine
This commit is contained in:
Nick Payne
2013-10-04 10:26:57 +01:00
parent 3e9f502097
commit d30e1ed4d3

View File

@ -27,7 +27,7 @@
-t=false: Allocate a pseudo-tty
-u="": Username or UID
-dns=[]: Set custom dns servers for the container
-v=[]: Create a bind mount with: [host-dir]:[container-dir]:[rw|ro]. If "host-dir" is missing, then docker creates a new volume.
-v=[]: Create a bind mount with: [host-dir]:[container-dir]:[rw|ro]. If "container-dir" is missing, then docker creates a new volume.
-volumes-from="": Mount all volumes from the given container.
-entrypoint="": Overwrite the default entrypoint set by the image.
-w="": Working directory inside the container