Hi.
I am getting the following error when I try to run pihole in docker on Manjaro. This was working fine prior to the last update of Manjaro.
docker: Error response from daemon: failed to create shim: OCI runtime create failed: runc create failed: unable to start container process: unable to apply cgroup configuration: chown /sys/fs/cgroup/system.slice/docker-64994da18e39eb7852b647acf772d0655fbd67ff61571b235b031c03c60ea648.scope/memory.oom.group: no such file or directory: unknown.
ERRO[0124] error waiting for container: context canceled
I have tried editing /boot/cmdline.txt and adding the following to the end of cmdline.txt and rebooting:
cgroup_enable=memory cgroup_memory=1
This didn’t fix anything.