mirror of https://github.com/docker/docs.git
Merge pull request #5475 from srijs/patch-1
docs: DisableNetwork -> NetworkDisabled
This commit is contained in:
commit
1bc0f82406
|
@ -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": {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue