mirror of https://github.com/docker/compose.git
14 lines
199 B
Plaintext
14 lines
199 B
Plaintext
|
{
|
||
|
"ID": "id",
|
||
|
"Status": "",
|
||
|
"Image": "nginx",
|
||
|
"Command": "",
|
||
|
"CPUTime": 0,
|
||
|
"MemoryUsage": 0,
|
||
|
"MemoryLimit": 0,
|
||
|
"PidsCurrent": 0,
|
||
|
"PidsLimit": 0,
|
||
|
"Labels": null,
|
||
|
"Ports": null
|
||
|
}
|