1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

docs: DisableNetwork -> NetworkDisabled

Docker-DCO-1.1-Signed-off-by: Samuel Reis <srijs@airpost.net> (github: srijs)
This commit is contained in:
Sam Rijs 2014-04-29 21:06:48 +02:00
parent 9d4771760a
commit 9651ff46bf

View file

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