I'm currently running an empty Alpine LXC and attempting to start cgroups so that something like Docker can be run, but I keep running into the same issue. This is on Promox's Alpine 3.19 template, which uses a new version of OpenRC that defaults to cgroupv2.
Read more
Bash:
~: service cgroups start
mount: mounting none on /sys/fs/cgroup failed: Resource busy
sh: write error: Resource busy
sh: write error: Resource busy
sh: write error: Resource busy
sh: write error: Resource busy
sh: write error...
Read more