mirror of
https://github.com/containers/podman.git
synced 2025-06-01 17:17:47 +08:00
Make CGroups cleanup optional on whether they exist
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #981 Approved by: baude
This commit is contained in:
@ -167,6 +167,9 @@ type containerState struct {
|
||||
// the path of the file on disk outside the container
|
||||
BindMounts map[string]string `json:"bindMounts,omitempty"`
|
||||
|
||||
// CgroupCreated indicates that the container has created a cgroup
|
||||
CgroupCreated bool `json:"cgroupCreated,omitempty"`
|
||||
|
||||
// UserNSRoot is the directory used as root for the container when using
|
||||
// user namespaces.
|
||||
UserNSRoot string `json:"userNSRoot,omitempty"`
|
||||
|
Reference in New Issue
Block a user