Add privileged flag in documentation for container creation

This commit is contained in:
Andrew Munsell 2013-08-28 22:18:47 -07:00
parent bf98fff925
commit 37a236947e

View file

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