1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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,