Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Docker doesn't work on N2plus with latest do-release-upgrade #433

@WebDesignerlol

Description

@WebDesignerlol

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions