فهرست منبع

Merge pull request #3320 from jamtur01/privapi

API documentation update for Privileged
Andy Rothfusz 11 سال پیش
والد
کامیت
88037b2877
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      docs/sources/api/docker_remote_api_v1.7.rst

+ 2 - 2
docs/sources/api/docker_remote_api_v1.7.rst

@@ -122,7 +122,6 @@ Create a container
 		"AttachStdout":true,
 		"AttachStderr":true,
 		"PortSpecs":null,
-		"Privileged": false,
 		"Tty":false,
 		"OpenStdin":false,
 		"StdinOnce":false,
@@ -364,7 +363,8 @@ Start a container
            {
                 "Binds":["/tmp:/tmp"],
                 "LxcConf":{"lxc.utsname":"docker"},
-                "PortBindings":null
+                "PortBindings":null,
+                "Privileged":false,
                 "PublishAllPorts":false
            }