v1.13 and 1.14 api docs now match runconfig/config.go

Upstream-commit: eac6a5d78906a70ddc3264f8d0a87369aefaedf0
Component: engine
This commit is contained in:
Anand Patil
2014-09-01 18:33:13 +00:00
committed by Victor Vieux
parent db97aa6a31
commit 3d35a8c726
2 changed files with 8 additions and 2 deletions
@@ -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": {}
}