I am experiencing a system-level issue with a KodeKloud Engineer lab instance that prevents me from completing the task. Docker is failing to start containers due to an OCI runtime cgroup permission issue.
Task Name: Elastic Container Registry / Push image to ECR
Error Message: docker: Error response from daemon: OCI runtime create failed: container_linux.go:377: starting container process caused: process_linux.go:495: container init caused: process_linux.go:458: setting cgroup config for procHooks process caused: can’t load program: operation not permitted: unknown.
Steps to Reproduce:
Log into the aws-client host.
Attempt to run any Docker container (e.g., docker run hello-world).
The runtime error immediately kills the context.
It looks like the backend VM host/kernel configuration is blocking nested cgroup v2 BPF programs for runc. Could you please look into resetting this lab environment or fixing the node permissions?