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