Merge pull request #15023 from hqhq/hq_add_status_in_inspect

Add status string to State field for inspect
This commit is contained in:
Alexander Morozov
2015-08-28 08:27:36 -07:00
4 changed files with 38 additions and 2 deletions

View File

@@ -227,6 +227,7 @@ type ExecStartCheck struct {
// ContainerState stores container's running state
// it's part of ContainerJSONBase and will return by "inspect" command
type ContainerState struct {
Status string
Running bool
Paused bool
Restarting bool