Total newbie here! Please pardon my ignorance. I need guidance and assistance, please.
I am using the instructions at Tips - SSD + Docker in a stepwise manner. The SSD is up and running at the first attempt (a first for me!), but the Docker installation seems to have encountered a snag in running as a service.
Here are the outputs from two console commands:
$ systemctl status docker
× docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset>
Active: failed (Result: exit-code) since Fri 2025-02-21 17:54:54 CST; 1 da>
TriggeredBy: × docker.socket
Docs: https://docs.docker.com
Process: 3009 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/contain>
Main PID: 3009 (code=exited, status=1/FAILURE)
CPU: 157ms
Feb 21 17:54:54 jetson2 systemd[1]: docker.service: Scheduled restart job, rest>
Feb 21 17:54:54 jetson2 systemd[1]: Stopped Docker Application Container Engine.
Feb 21 17:54:54 jetson2 systemd[1]: docker.service: Start request repeated too >
Feb 21 17:54:54 jetson2 systemd[1]: docker.service: Failed with result 'exit-co>
Feb 21 17:54:54 jetson2 systemd[1]: Failed to start Docker Application Containe>
$ uname -a
Linux jetson2 5.15.148-tegra #1 SMP PREEMPT Tue Jan 7 17:14:38 PST 2025 aarch64 aarch64 aarch64 GNU/Linux
$
Please let me know how to get Docker working on the Nano Orin SDK under Jetpack 6.2. Thanks.
Regards.