X Tutup
Skip to content

InspectContainerResponse is missing some properties #371

@patelrit

Description

@patelrit

Several useful properties are missing from the Status object in Inspect response:

  • Status
  • Restarting
  • OOMKilled
  • Dead
  • Error

"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 30555,
"ExitCode": 0,
"Error": "",
"StartedAt": "2015-11-18T00:10:33.264501227Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup