Browse code

Merge pull request #4703 from netroy/patch-1

Document the missing `DisableNetwork` config flag to /containers/create end-point

Sven Dowideit authored on 2014/03/20 06:55:35
Showing 1 changed files
... ...
@@ -136,6 +136,7 @@ Create a container
136 136
                 },
137 137
                 "VolumesFrom":"",
138 138
                 "WorkingDir":"",
139
+                "DisableNetwork": false,
139 140
                 "ExposedPorts":{
140 141
                         "22/tcp": {}
141 142
                 }