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