Merge pull request #15023 from hqhq/hq_add_status_in_inspect
Add status string to State field for inspect Upstream-commit: 6caaa8a63544c052d757aecee93d3488b7b3d9e2 Component: engine
This commit is contained in:
@ -437,8 +437,9 @@ Return low-level information on the container `id`
|
||||
"Paused": false,
|
||||
"Pid": 0,
|
||||
"Restarting": false,
|
||||
"Running": false,
|
||||
"StartedAt": "2015-01-06T15:47:32.072697474Z"
|
||||
"Running": true,
|
||||
"StartedAt": "2015-01-06T15:47:32.072697474Z",
|
||||
"Status": "running"
|
||||
},
|
||||
"Mounts": [
|
||||
{
|
||||
@ -2176,6 +2177,7 @@ Return low-level information about the `exec` command `id`.
|
||||
"OpenStdout" : false,
|
||||
"Container" : {
|
||||
"State" : {
|
||||
"Status" : "running",
|
||||
"Running" : true,
|
||||
"Paused" : false,
|
||||
"Restarting" : false,
|
||||
|
||||
Reference in New Issue
Block a user