Merge pull request #7828 from vieux/update_api_docs

Remote api docs for POST /containers/create were out of sync with runconfig/config.go
This commit is contained in:
Sven Dowideit
2014-09-04 13:05:06 +10:00
4 changed files with 32 additions and 8 deletions

View File

@@ -112,9 +112,12 @@ Create a container
{
"Hostname":"",
"Domainname": "",
"User":"",
"Memory":0,
"MemorySwap":0,
"CpuShares": 512,
"Cpuset": "0,1",
"AttachStdin":false,
"AttachStdout":true,
"AttachStderr":true,
@@ -131,7 +134,7 @@ Create a container
"/tmp": {}
},
"WorkingDir":"",
"DisableNetwork": false,
"NetworkDisabled": false,
"ExposedPorts":{
"22/tcp": {}
}
@@ -1244,9 +1247,12 @@ Create a new image from a container's changes
{
"Hostname":"",
"Domainname": "",
"User":"",
"Memory":0,
"MemorySwap":0,
"CpuShares": 512,
"Cpuset": "0,1",
"AttachStdin":false,
"AttachStdout":true,
"AttachStderr":true,
@@ -1262,7 +1268,7 @@ Create a new image from a container's changes
"/tmp": {}
},
"WorkingDir":"",
"DisableNetwork": false,
"NetworkDisabled": false,
"ExposedPorts":{
"22/tcp": {}
}

View File

@@ -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": {}
}
@@ -1242,9 +1245,12 @@ Create a new image from a container's changes
{
"Hostname":"",
"Domainname": "",
"User":"",
"Memory":0,
"MemorySwap":0,
"CpuShares": 512,
"Cpuset": "0,1",
"AttachStdin":false,
"AttachStdout":true,
"AttachStderr":true,
@@ -1260,7 +1266,7 @@ Create a new image from a container's changes
"/tmp": {}
},
"WorkingDir":"",
"DisableNetwork": false,
"NetworkDisabled": false,
"ExposedPorts":{
"22/tcp": {}
}

View File

@@ -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": {}
}
@@ -1246,9 +1249,12 @@ Create a new image from a container's changes
{
"Hostname":"",
"Domainname": "",
"User":"",
"Memory":0,
"MemorySwap":0,
"CpuShares": 512,
"Cpuset": "0,1",
"AttachStdin":false,
"AttachStdout":true,
"AttachStderr":true,
@@ -1264,7 +1270,7 @@ Create a new image from a container's changes
"/tmp": {}
},
"WorkingDir":"",
"DisableNetwork": false,
"NetworkDisabled": false,
"ExposedPorts":{
"22/tcp": {}
}

View File

@@ -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": {}
}
@@ -1246,9 +1249,12 @@ Create a new image from a container's changes
{
"Hostname":"",
"Domainname": "",
"User":"",
"Memory":0,
"MemorySwap":0,
"CpuShares": 512,
"Cpuset": "0,1",
"AttachStdin":false,
"AttachStdout":true,
"AttachStderr":true,
@@ -1264,7 +1270,7 @@ Create a new image from a container's changes
"/tmp": {}
},
"WorkingDir":"",
"DisableNetwork": false,
"NetworkDisabled": false,
"ExposedPorts":{
"22/tcp": {}
}