My docker environment stopped working and the error when running "docker compose up -d" is:
Code: Select all
Error response from daemon: failed to create task for container: 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: function not implemented: unknownCode: Select all
Symbol: CGROUP_BPF [=n]
│ Type : bool
│ Defined at init/Kconfig:1157
│ Prompt: Support for eBPF programs attached to cgroups
│ Depends on: CGROUPS [=y] && BPF_SYSCALL [=n]
│ Location:
│ -> General setup
│ (1) -> Control Group support (CGROUPS [=y])
│ -> Support for eBPF programs attached to cgroups (CGROUP_BPF [=n])
│ Selects: SOCK_CGROUP_DATA [=y]
│ Selected by [n]:
│ - GENTOO_LINUX_INIT_SYSTEMD [=n] && GENTOO_LINUX [=y] && GENTOO_LINUX_UDEV [=y]

