Gentoo > Fix docker bpf_prog_query(BPF_CGROUP_DEVICE) failed
Problem
# docker run -it alpine
docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error setting cgroup config for procHooks process: bpf_prog_query(BPF_CGROUP_DEVICE) failed: invalid argument: unknown.
ERRO[0000] error waiting for container: context canceled
Solution
Make sure that "CGROUP_BPF" is enabled in your kernel.
15:00 10.12.2022