mirror of
https://github.com/containers/podman.git
synced 2025-10-19 20:23:08 +08:00
Corrected comment
Signed-off-by: Jhon Honce <jhonce@redhat.com> Closes: #370 Approved by: rhatdan
This commit is contained in:
@ -37,7 +37,7 @@ const (
|
|||||||
ContainerStatePaused ContainerStatus = iota
|
ContainerStatePaused ContainerStatus = iota
|
||||||
)
|
)
|
||||||
|
|
||||||
// CgroupParent is the default prefix to a cgroup path in libpod
|
// DefaultCgroupParent is the default prefix to a cgroup path in libpod
|
||||||
var DefaultCgroupParent = "/libpod_parent"
|
var DefaultCgroupParent = "/libpod_parent"
|
||||||
|
|
||||||
// LinuxNS represents a Linux namespace
|
// LinuxNS represents a Linux namespace
|
||||||
|
Reference in New Issue
Block a user