NVDIA docker container error in jetson agx orin dev kit 64gb -- jetpack 6.2

Hi,

Hardware: Jetson AGX Orin AGX 64GB devkit
jetpack : 6.2(on NVMe)

Note : I have installed nvidia-container with the jetpack only.

I am trying to run sample container but getting error. details are as below

$sudo docker run --rm --runtime=nvidia --gpus all ubuntu nvidia-smi

Error:
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

Even when i try to restart the docker i will get below error.

$ sudo systemctl restart docker

Error:
Job for docker.service failed because the control process exited with error code.
See “systemctl status docker.service” and “journalctl -xeu docker.service” for details.

I followed below links to fix the issue but none of them worked with me.

  1. đź”– SSD + Docker - NVIDIA Jetson AI Lab
  2. (Docker not running) xauth: file /tmp/.docker.xauth does not exist · Issue #400 · dusty-nv/jetson-containers · GitHub
  3. Stable Diffusion "run.sh" error on Jetson AGX Orin

Please help me to resolve this issue asap

Replied in another thread, but the fix is:

sudo apt install docker-ce=5:27.5.1-1~ubuntu.22.04~jammy \
                 docker-ce-cli=5:27.5.1-1~ubuntu.22.04~jammy \
                 docker-compose-plugin=2.32.4-1~ubuntu.22.04~jammy \
                 docker-buildx-plugin=0.20.0-1~ubuntu.22.04~jammy \
                 docker-ce-rootless-extras=5:27.5.1-1~ubuntu.22.04~jammy

Note that until this is fixed, if you run an apt upgrade and you’re not paying attention, you’ll update these and break it again. Probably worth using sudo apt-mark hold to mark these against update for the time being.

1 Like

wait… is that simply installing the previous version of docker?

lol… i lost all my containers because of upgrading docker to the latest version.

so when will we know not to upgrade docker?

This worked for me. BTW, why this issue is occuring?

Hi,

The root cause is the latest docker requires some kernel configs that are not enabled in r36.4.3 BSP by default.
Please find the below comment for more info:

Thanks.

Thank you AastaLLL for the clarification.

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