You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are using kernel 4.9 which does not have adequate cgroup v2 support. The solution here (that I see you've tried that, to no avail -- looks like you have not succeeded in adding the kernel boot parameter) is to switch to cgroup v1.
Docker containers all fail now
Given the error:
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
I have attempted adding
setenv bootargs "${bootargs} systemd.unified_cgroup_hierarchy=0"
to
/media/boot/boot.ini
this hasn't resulted in success.
Upon further checking, i ran a script to determine what Docker needs and have the following results:
Generally Necessary:
Controllers:
missing
missing
The text was updated successfully, but these errors were encountered: