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:
parent
ac69b661ee
commit
eac6a5d789
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": {}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue