mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Add Dead state to Container Inspect 1.21 API
Signed-off-by: Kanstantsin Shautsou <kanstantsin.sha@gmail.com> Upstream-commit: 836d0127fdf39d5e5978bc27f54a99aea636061b 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