Merge pull request #5475 from srijs/patch-1

docs: DisableNetwork -> NetworkDisabled
This commit is contained in:
O.S. Tezer 2014-04-29 23:43:28 +03:00
commit 1bc0f82406
1 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ Create a container
"/tmp": {} "/tmp": {}
}, },
"WorkingDir":"", "WorkingDir":"",
"DisableNetwork": false, "NetworkDisabled": false,
"ExposedPorts":{ "ExposedPorts":{
"22/tcp": {} "22/tcp": {}
} }
@ -1153,7 +1153,7 @@ Create a new image from a container's changes
"/tmp": {} "/tmp": {}
}, },
"WorkingDir":"", "WorkingDir":"",
"DisableNetwork": false, "NetworkDisabled": false,
"ExposedPorts":{ "ExposedPorts":{
"22/tcp": {} "22/tcp": {}
} }