mirror of https://github.com/docker/docs.git
Docker-DCO-1.1-Signed-off-by: Aditya <aditya@netroy.in> (github: netroy)
document `DisableNetwork` config flag
This commit is contained in:
parent
7a7126faf6
commit
ec3257921d
|
@ -136,6 +136,7 @@ Create a container
|
||||||
},
|
},
|
||||||
"VolumesFrom":"",
|
"VolumesFrom":"",
|
||||||
"WorkingDir":"",
|
"WorkingDir":"",
|
||||||
|
"DisableNetwork": false,
|
||||||
"ExposedPorts":{
|
"ExposedPorts":{
|
||||||
"22/tcp": {}
|
"22/tcp": {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue