mirror of https://github.com/docker/compose.git
28 lines
560 B
Plaintext
28 lines
560 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",
|
|
"Healthcheck": {
|
|
"Disable": false,
|
|
"Test": null,
|
|
"Interval": "0s",
|
|
"Retries": 0,
|
|
"StartPeriod": "0s",
|
|
"Timeout": "0s"
|
|
}
|
|
}
|