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:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user