So i have install docker and docker deesktop using the following steps Docker Desktop for Arm Linux | Arm Learning Paths .
Now After installation and restarted the system i am getting the following error
docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
198f93fd5094: Downloading
docker: error pulling image configuration: download failed after attempts=6: dial tcp: lookup docker-images-prod.6aa30f8b08e16409b46e0173d6de2f56.r2.cloudflarestorage.com: no such host
also when i tried to start desktop i got error kvm not installed
modprobe kvm
modprobe: FATAL: Module kvm not found in directory /lib/modules/6.1.75-axon
sudo systemctl enable docker.service
sudo systemctl enable containerd.service
Synchronizing state of docker.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.
Executing: /usr/lib/systemd/systemd-sysv-install enable docker
sudo update-alternatives --set iptables /usr/sbin/iptables-legacy
sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
sudo systemctl status docker
● docker.service - Docker Application Container Engine
Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: e>
Active: active (running) since Sat 2025-09-27 15:43:14 IST; 4min 42s ago
TriggeredBy: ● docker.socket
Docs: https://docs.docker.com
Main PID: 6091 (dockerd)
Tasks: 14
Memory: 35.0M (peak: 38.2M)
CPU: 1.303s
CGroup: /system.slice/docker.service
└─6091 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/cont>
Sep 27 15:43:14 vicharak dockerd[6091]: time="2025-09-27T15:43:14.358744123+05:>
Sep 27 15:43:30 vicharak dockerd[6091]: time="2025-09-27T15:43:30.013835511+05:>
Sep 27 15:43:39 vicharak dockerd[6091]: time="2025-09-27T15:43:39.021244821+05:>
Sep 27 15:43:39 vicharak dockerd[6091]: time...
Is this a network issue or something else
Docker is working fine except docker