mirror of
https://github.com/containers/podman.git
synced 2025-06-22 09:58:10 +08:00
libpod, inspect: export cgroup path
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@ -204,6 +204,7 @@ type InspectContainerState struct {
|
||||
FinishedAt time.Time `json:"FinishedAt"`
|
||||
Health HealthCheckResults `json:"Health,omitempty"`
|
||||
Checkpointed bool `json:"Checkpointed,omitempty"`
|
||||
CgroupPath string `json:"CgroupPath,omitempty"`
|
||||
}
|
||||
|
||||
// Healthcheck returns the HealthCheckResults. This is used for old podman compat
|
||||
|
Reference in New Issue
Block a user