mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00
Implement podman run option --cgroup-parent
Example: sudo /usr/local/bin/podman run --cgroup-parent=/zzz fedora cat /proc/self/cgroup Signed-off-by: Jhon Honce <jhonce@redhat.com> Closes: #370 Approved by: rhatdan
This commit is contained in:
@ -38,7 +38,7 @@ const (
|
||||
)
|
||||
|
||||
// CgroupParent is the default prefix to a cgroup path in libpod
|
||||
var CgroupParent = "/libpod_parent"
|
||||
var DefaultCgroupParent = "/libpod_parent"
|
||||
|
||||
// LinuxNS represents a Linux namespace
|
||||
type LinuxNS int
|
||||
|
Reference in New Issue
Block a user