Merge pull request #4703 from netroy/patch-1
Document the missing `DisableNetwork` config flag to /containers/create end-point
This commit is contained in:
commit
16ee4958f2
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ Create a container
|
|||
},
|
||||
"VolumesFrom":"",
|
||||
"WorkingDir":"",
|
||||
"DisableNetwork": false,
|
||||
"ExposedPorts":{
|
||||
"22/tcp": {}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue