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:
commit
7caa313c82
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue