Merge pull request #4703 from netroy/patch-1

Document the missing `DisableNetwork` config flag to /containers/create end-point
This commit is contained in:
Sven Dowideit 2014-03-20 07:55:35 +10:00
commit 16ee4958f2
1 changed files with 1 additions and 0 deletions

View File

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