mirror of https://github.com/docker/docs.git
Add Dead state to Container Inspect 1.21 API
Signed-off-by: Kanstantsin Shautsou <kanstantsin.sha@gmail.com>
This commit is contained in:
parent
6e49343202
commit
836d0127fd
|
@ -482,6 +482,7 @@ Return low-level information on the container `id`
|
||||||
"ExitCode": 9,
|
"ExitCode": 9,
|
||||||
"FinishedAt": "2015-01-06T15:47:32.080254511Z",
|
"FinishedAt": "2015-01-06T15:47:32.080254511Z",
|
||||||
"OOMKilled": false,
|
"OOMKilled": false,
|
||||||
|
"Dead": false,
|
||||||
"Paused": false,
|
"Paused": false,
|
||||||
"Pid": 0,
|
"Pid": 0,
|
||||||
"Restarting": false,
|
"Restarting": false,
|
||||||
|
|
Loading…
Reference in New Issue