mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #688 from pxlpnk/patch-1
Fixing two typos in the run help
This commit is contained in:
commit
5f30453bfe
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@
|
||||||
-t=false: Allocate a pseudo-tty
|
-t=false: Allocate a pseudo-tty
|
||||||
-u="": Username or UID
|
-u="": Username or UID
|
||||||
-d=[]: Set custom dns servers for the container
|
-d=[]: Set custom dns servers for the container
|
||||||
-v=[]: Creates a new volumes and mount it at the specified path.
|
-v=[]: Creates a new volume and mounts it at the specified path.
|
||||||
-volumes-from="": Mount all volumes from the given container.
|
-volumes-from="": Mount all volumes from the given container.
|
||||||
|
|
Loading…
Add table
Reference in a new issue