Jetson Orin Nano Developer Kit failing on docker install

I recently purchased a Jetson Orin Nano Developer Kit and am following the instructions to perform the initial setup using SDK Manager onto an NVMe SSD. However when I get to the installation process I get the following errors:

22:12:22 ERROR: Jetson Docker Image - target_image: Stopping ‘docker.service’, but its triggering units are still active:

22:12:22 ERROR: Jetson Docker Image - target_image: docker.socket

22:12:24 ERROR: Jetson Docker Image - target_image: Cannot connect to the Docker daemon at unix:///home/[username]/.docker/desktop/docker.sock. Is the docker daemon running?

22:12:24 ERROR: Jetson Docker Image - target_image: [exec_command]: /bin/bash -c /home/[username]/.nvsdkm/replays/scripts/JetPack_6.2_Linux/JETSON_DOCKER_IMAGE_COMP.sh; [error]: Cannot connect to the Docker daemon at unix:///home/[username]/.docker/desktop/docker.sock. Is the docker daemon running?
Has anyone else encountered this error? I get a similar error when I attempt to run “docker ps” but it works when I run it as “sudo docker ps”. When installing the firmware I assume that it is running these commands with sudo privileges. Any help would be appreciated

Hi,

Docker by default requires sudo authority.
If you want to run it without using sudo, please follow the below command to set it accordingly:

Thanks.

Ok I found out the reason why. The issue was my docker install was corrupted. I had to fundamentally reinstall docker and then based on other forum posts I installed an older version of docker before the process was finished. That did the trick. The fact docker service was looking under my username was fairly suspicious of a bad install.

Hi,

Does the system work well after reinstalling the docker?
Thanks.