Docker fails on Jetson Orin Nano 8GB, when using dusty-nv containers

I have been using my Orin nano for a few weeks and keep hitting the same issue. I do a clean install to my NVMe driver using SDK Manager running on my home Ubuntu 22.04 machine. All works perfectly and I install pretty much everything as I have 500 GB.

Then I install jetson-inference and jetson-containers from the duty-nv github site. Both work perfectly and I am happily using inference plus cool tools like stable-diffusion,

but then I reboot. That’s it. No containers work anymore. If I run
sudo systemctl status docker

I get an error that says the has failed, no real information in the status other than docker.service: Failed with result ‘exit code’

I then run through the whole process of formating my drive, re-installing JetPack 6 and repeat. Have done this 5 times now. It fails everytime after a reboot. There are software updates and one of them is docker-ce. I tried not installing any docker component on my last cycle to see if that was the issue. It still failed.

I have two ubuntu errors after reboot. Package nvidia-l4t-nvpmodel 36.2.0-2023121821 and package tracker-extract 3.3.3-0ubuntu0.20.04.1

Any ideas?

Hi Simon, you should be able to run sudo journalctl -u docker.service for the logs hopefully. Had you rebooted since any upgrades were made or changes to /etc/docker/daemon.json? I replied to your GitHub issue here:

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