Prechádzať zdrojové kódy

Add Dead state to Container Inspect 1.21 API

Signed-off-by: Kanstantsin Shautsou <kanstantsin.sha@gmail.com>
Kanstantsin Shautsou 9 rokov pred
rodič
commit
836d0127fd

+ 1 - 0
docs/reference/api/docker_remote_api_v1.22.md

@@ -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,