mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
man/docker-run.1: Fix typo 'priviledged', add missing closing brackets
Docker-DCO-1.1-Signed-off-by: Colin Walters <walters@verbum.org> (github: cgwalters)
This commit is contained in:
parent
83e9dc7200
commit
cfe7211a22
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ docker-run - Run a process in an isolated container
|
|||
[**-e**|**--env**=*environment*] [**--entrypoint**=*command*]
|
||||
[**--expose**=*port*] [**-P**|**--publish-all**[=*false*]]
|
||||
[**-p**|**--publish**=*port-mappping*] [**-h**|**--hostname**=*hostname*]
|
||||
[**--rm**[=*false*]] [**--priviledged**[=*false*]
|
||||
[**-i**|**--interactive**[=*false*]
|
||||
[**--rm**[=*false*]] [**--privileged**[=*false*]]
|
||||
[**-i**|**--interactive**[=*false*]]
|
||||
[**-t**|**--tty**[=*false*]] [**--lxc-conf**=*options*]
|
||||
[**-n**|**--networking**[=*true*]]
|
||||
[**-v**|**--volume**=*volume*] [**--volumes-from**=*container-id*]
|
||||
|
|
Loading…
Add table
Reference in a new issue