mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix help text for -v option
This commit is contained in:
parent
c52c95f97f
commit
3c5350ba92
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
-t=false: Allocate a pseudo-tty
|
-t=false: Allocate a pseudo-tty
|
||||||
-u="": Username or UID
|
-u="": Username or UID
|
||||||
-dns=[]: Set custom dns servers for the container
|
-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.
|
-volumes-from="": Mount all volumes from the given container.
|
||||||
-entrypoint="": Overwrite the default entrypoint set by the image.
|
-entrypoint="": Overwrite the default entrypoint set by the image.
|
||||||
-w="": Working directory inside the container
|
-w="": Working directory inside the container
|
||||||
|
|
Loading…
Reference in a new issue