mirror of
https://github.com/docker/compose.git
synced 2026-09-21 21:14:26 +00:00
16 lines
299 B
Text
16 lines
299 B
Text
{
|
|
"ID": "id",
|
|
"Status": "",
|
|
"Image": "nginx",
|
|
"Command": "",
|
|
"CPUTime": 0,
|
|
"CPULimit": 0,
|
|
"MemoryUsage": 0,
|
|
"MemoryLimit": 0,
|
|
"PidsCurrent": 0,
|
|
"PidsLimit": 0,
|
|
"Labels": null,
|
|
"Ports": null,
|
|
"Platform": "Linux",
|
|
"RestartPolicyCondition": ""
|
|
}
|