1
0
Fork 0
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:
Victor Vieux 2013-08-29 17:05:40 -07:00
commit 050cf70136

View file

@ -119,6 +119,7 @@ Create a container
"AttachStdout":true,
"AttachStderr":true,
"PortSpecs":null,
"Privileged": false,
"Tty":false,
"OpenStdin":false,
"StdinOnce":false,