mirror of https://github.com/docker/docs.git
Merge pull request #1721 from andrewmunsell/patch-2
Add privileged flag in documentation for container creation
This commit is contained in:
commit
050cf70136
|
@ -119,6 +119,7 @@ Create a container
|
||||||
"AttachStdout":true,
|
"AttachStdout":true,
|
||||||
"AttachStderr":true,
|
"AttachStderr":true,
|
||||||
"PortSpecs":null,
|
"PortSpecs":null,
|
||||||
|
"Privileged": false,
|
||||||
"Tty":false,
|
"Tty":false,
|
||||||
"OpenStdin":false,
|
"OpenStdin":false,
|
||||||
"StdinOnce":false,
|
"StdinOnce":false,
|
||||||
|
|
Loading…
Reference in New Issue