mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07: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