1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #18127 from KostyaSha/patch-1

Add Dead state to Container Inspect 1.21 API
This commit is contained in:
David Calavera 2015-11-20 14:39:25 -08:00
commit 7caa313c82

View file

@ -482,6 +482,7 @@ Return low-level information on the container `id`
"ExitCode": 9,
"FinishedAt": "2015-01-06T15:47:32.080254511Z",
"OOMKilled": false,
"Dead": false,
"Paused": false,
"Pid": 0,
"Restarting": false,