Browse code

Add Dead state to Container Inspect 1.21 API

Signed-off-by: Kanstantsin Shautsou <kanstantsin.sha@gmail.com>

Kanstantsin Shautsou authored on 2015/11/21 04:08:34
Showing 1 changed files
... ...
@@ -482,6 +482,7 @@ Return low-level information on the container `id`
482 482
 			"ExitCode": 9,
483 483
 			"FinishedAt": "2015-01-06T15:47:32.080254511Z",
484 484
 			"OOMKilled": false,
485
+			"Dead": false,
485 486
 			"Paused": false,
486 487
 			"Pid": 0,
487 488
 			"Restarting": false,