Merge pull request #18127 from KostyaSha/patch-1

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

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,