mirror of
https://github.com/moby/moby.git
synced 2026-07-21 06:52:18 +00:00
Merge pull request #15023 from hqhq/hq_add_status_in_inspect
Add status string to State field for inspect
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user