mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #1721 from andrewmunsell/patch-2
Add privileged flag in documentation for container creation
This commit is contained in:
commit
050cf70136
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ Create a container
|
|||
"AttachStdout":true,
|
||||
"AttachStderr":true,
|
||||
"PortSpecs":null,
|
||||
"Privileged": false,
|
||||
"Tty":false,
|
||||
"OpenStdin":false,
|
||||
"StdinOnce":false,
|
||||
|
|
Loading…
Reference in a new issue