Hi all!
I installed the Nextcloud addon from linuxserver.io repository, but it won’t start:
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.
A quick search in shows that the error is related to the cgroup.freeze feature, which is available only since kernel 4.15 onward (and we are using 4.9). Yet, I have seen some people mention Nextcloud in this forum, so I guess there must be some way to workaround this issue?