1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

This commit is contained in:
Anand Patil 2014-07-25 09:42:25 -07:00 committed by Victor Vieux
parent ac69b661ee
commit eac6a5d789
2 changed files with 8 additions and 2 deletions

View file

@ -110,9 +110,12 @@ Create a container
{ {
"Hostname":"", "Hostname":"",
"Domainname": "",
"User":"", "User":"",
"Memory":0, "Memory":0,
"MemorySwap":0, "MemorySwap":0,
"CpuShares": 512,
"Cpuset": "0,1",
"AttachStdin":false, "AttachStdin":false,
"AttachStdout":true, "AttachStdout":true,
"AttachStderr":true, "AttachStderr":true,
@ -129,7 +132,7 @@ Create a container
"/tmp": {} "/tmp": {}
}, },
"WorkingDir":"", "WorkingDir":"",
"DisableNetwork": false, "NetworkDisabled": false,
"ExposedPorts":{ "ExposedPorts":{
"22/tcp": {} "22/tcp": {}
} }

View file

@ -110,9 +110,12 @@ Create a container
{ {
"Hostname":"", "Hostname":"",
"Domainname": "",
"User":"", "User":"",
"Memory":0, "Memory":0,
"MemorySwap":0, "MemorySwap":0,
"CpuShares": 512,
"Cpuset": "0,1",
"AttachStdin":false, "AttachStdin":false,
"AttachStdout":true, "AttachStdout":true,
"AttachStderr":true, "AttachStderr":true,
@ -129,7 +132,7 @@ Create a container
"/tmp": {} "/tmp": {}
}, },
"WorkingDir":"", "WorkingDir":"",
"DisableNetwork": false, "NetworkDisabled": false,
"ExposedPorts":{ "ExposedPorts":{
"22/tcp": {} "22/tcp": {}
} }