mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 21:21:42 +00:00
docs: DisableNetwork -> NetworkDisabled
Docker-DCO-1.1-Signed-off-by: Samuel Reis <srijs@airpost.net> (github: srijs)
This commit is contained in:
@@ -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": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user