mirror of https://github.com/docker/compose.git
20 lines
383 B
Plaintext
20 lines
383 B
Plaintext
{
|
|
"ID": "id",
|
|
"Status": "",
|
|
"Image": "nginx",
|
|
"Command": "",
|
|
"CPUTime": 0,
|
|
"MemoryUsage": 0,
|
|
"PidsCurrent": 0,
|
|
"PidsLimit": 0,
|
|
"HostConfig": {
|
|
"RestartPolicy": "none",
|
|
"CPUReservation": 0,
|
|
"CPULimit": 0,
|
|
"MemoryReservation": 0,
|
|
"MemoryLimit": 0,
|
|
"AutoRemove": false
|
|
},
|
|
"Platform": "Linux"
|
|
}
|