After installing (flashing) Jetson linux 32.7.3 on a Jetson Nano 4GB, the docker daemon failed to start properly. After reverting to Jetson Linux 32.7.2, the docker daemon starts correctly by default.
Is this a known issue? Is there any solution?
After installing (flashing) Jetson linux 32.7.3 on a Jetson Nano 4GB, the docker daemon failed to start properly. After reverting to Jetson Linux 32.7.2, the docker daemon starts correctly by default.
Is this a known issue? Is there any solution?
Hi,
Docker works well in our environment:
$ sudo systemctl status docker.service
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2023-04-10 08:22:10 UTC; 1 day 19h ago
TriggeredBy: ● docker.socket
Docs: https://docs.docker.com
Main PID: 1110 (dockerd)
Tasks: 12
Memory: 86.9M
CGroup: /system.slice/docker.service
└─1110 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
Apr 10 08:22:09 tegra-ubuntu dockerd[1110]: time="2023-04-10T08:22:09.660974448Z" level=info msg="[graphdriver] using prior storage driver: overlay2"
Apr 10 08:22:09 tegra-ubuntu dockerd[1110]: time="2023-04-10T08:22:09.667624592Z" level=warning msg="Your kernel does not support cgroup blkio weight"
Apr 10 08:22:09 tegra-ubuntu dockerd[1110]: time="2023-04-10T08:22:09.667685712Z" level=warning msg="Your kernel does not support cgroup blkio weight_device"
Apr 10 08:22:09 tegra-ubuntu dockerd[1110]: time="2023-04-10T08:22:09.668080208Z" level=info msg="Loading containers: start."
Apr 10 08:22:09 tegra-ubuntu dockerd[1110]: time="2023-04-10T08:22:09.867869968Z" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a >
Apr 10 08:22:09 tegra-ubuntu dockerd[1110]: time="2023-04-10T08:22:09.923616144Z" level=info msg="Loading containers: done."
Apr 10 08:22:09 tegra-ubuntu dockerd[1110]: time="2023-04-10T08:22:09.984771440Z" level=info msg="Docker daemon" commit="20.10.21-0ubuntu1~20.04.1" graphdriver(s)=overlay2 version=20.10.21
Apr 10 08:22:09 tegra-ubuntu dockerd[1110]: time="2023-04-10T08:22:09.986093264Z" level=info msg="Daemon has completed initialization"
Apr 10 08:22:10 tegra-ubuntu systemd[1]: Started Docker Application Container Engine.
Apr 10 08:22:10 tegra-ubuntu dockerd[1110]: time="2023-04-10T08:22:10.030849040Z" level=info msg="API listen on /run/docker.sock"
Have you tried to restart it?
$ sudo systemctl restart docker.service
Thanks.
Thank you!
Is this result on Jetson Nano/L4T 32.7.3 ?
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.