Browse Source

Merge pull request #4703 from netroy/patch-1

Document the missing `DisableNetwork` config flag to /containers/create end-point
Sven Dowideit 11 years ago
parent
commit
16ee4958f2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/sources/reference/api/docker_remote_api_v1.10.rst

+ 1 - 0
docs/sources/reference/api/docker_remote_api_v1.10.rst

@@ -136,6 +136,7 @@ Create a container
                 },
                 "VolumesFrom":"",
                 "WorkingDir":"",
+                "DisableNetwork": false,
                 "ExposedPorts":{
                         "22/tcp": {}
                 }