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
1 changed files with 1 additions and 0 deletions

View File

@ -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,