Replies: 1 comment 5 replies
-
If you are using WSL2 with systemd and 24.05 then it should be automatically enabled. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting the idea that cgroups-v2 should be the default now but I'm not sure why
podman
is still complaining. The suggestions online mostly point to adding kernel parameter to disable cgroups-v1:kernelCommandLine = cgroup_no_v1=all
.Should I need to do that to make podman use cgroups-v2 in the first place? If so, how would I add an extra configuration option to
wsl.conf
that is not builtin?Beta Was this translation helpful? Give feedback.
All reactions