v1.13 and 1.14 api docs now match runconfig/config.go
Upstream-commit: eac6a5d78906a70ddc3264f8d0a87369aefaedf0 Component: engine
This commit is contained in:
committed by
Victor Vieux
parent
db97aa6a31
commit
3d35a8c726
@@ -110,9 +110,12 @@ Create a container
|
||||
|
||||
{
|
||||
"Hostname":"",
|
||||
"Domainname": "",
|
||||
"User":"",
|
||||
"Memory":0,
|
||||
"MemorySwap":0,
|
||||
"CpuShares": 512,
|
||||
"Cpuset": "0,1",
|
||||
"AttachStdin":false,
|
||||
"AttachStdout":true,
|
||||
"AttachStderr":true,
|
||||
@@ -129,7 +132,7 @@ Create a container
|
||||
"/tmp": {}
|
||||
},
|
||||
"WorkingDir":"",
|
||||
"DisableNetwork": false,
|
||||
"NetworkDisabled": false,
|
||||
"ExposedPorts":{
|
||||
"22/tcp": {}
|
||||
}
|
||||
|
||||
@@ -110,9 +110,12 @@ Create a container
|
||||
|
||||
{
|
||||
"Hostname":"",
|
||||
"Domainname": "",
|
||||
"User":"",
|
||||
"Memory":0,
|
||||
"MemorySwap":0,
|
||||
"CpuShares": 512,
|
||||
"Cpuset": "0,1",
|
||||
"AttachStdin":false,
|
||||
"AttachStdout":true,
|
||||
"AttachStderr":true,
|
||||
@@ -129,7 +132,7 @@ Create a container
|
||||
"/tmp": {}
|
||||
},
|
||||
"WorkingDir":"",
|
||||
"DisableNetwork": false,
|
||||
"NetworkDisabled": false,
|
||||
"ExposedPorts":{
|
||||
"22/tcp": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user