Can I run all podman containers in a separate systemd slice or cgroup? #26620
-
I would like to have more fine grained control over resource allocation on the containers I am running on each node, and increase visibility by having my containers separate from the Currently using Quadlets Ideally I would like that any containers started just run on a Any way to do this? |
Beta Was this translation helpful? Give feedback.
Answered by
ImanolBarba
Aug 4, 2025
Replies: 1 comment
-
Self-answer: Specifying a path in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ImanolBarba
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Self-answer:
podman run
has a--cgroup-parent=path
that is not yet exposed in quadlets, but can be specified usingPodmanArgs
.Specifying a path in
--cgroup-parent
will at least achieve that