forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 408
Open
Description
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:
- cgroup hierarchy: cgroupv2
Controllers:- cpu:
missing
- cpuset:
missing
- io: available
- memory: available
- pids: available
- cpu:
Metadata
Metadata
Assignees
Labels
No labels