Error building docker container. failed to create shim: OCI runtime create failed

Hello,

I’ve been able to consistently build Docker containers starting from the Docker images available at GitHub - dusty-nv/jetson-containers: Machine Learning Containers for NVIDIA Jetson and JetPack-L4T however, this week after a recent update to my Jetson AGX Xavier, I’ve been getting the following error whenever a Dockerfile contains a RUN command:

failed to create shim: OCI runtime create failed: container_linux.go:380: starting container process caused: error adding seccomp filter rule for syscall clone3: permission denied: unknown

Running dockerd --version or nvidia-docker --version yields:
Docker version 20.10.7, build 20.10.7-0ubuntu5~18.04.3

Is this a known issue? I believe all my docker resources are up to date
.

Hi @Pedr, please refer to these posts to downgrade your Docker packages until the issue with the container runtime is fixed - sorry about that

Thanks for the reply.

To what version of docker.io should I downgrade to on the Jetson AGX Xavier? I’m running Jetpack 4.6.

sudo apt install docker.io=20.10.7-0ubuntu1~18.04.2 outputs Version '20.10.7-0ubuntu1~18.04.2' for 'docker.io' was not found

Ah - it looks like you can manually download/install that older package like in this post:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.