previously I’m using docker-desktop-v4.27 on my machine. While building an multi-staged image, everytime I got credential errors, after lots of try I thought to reinstall it. Now with the newer version 4.28.0 it get stuck on starting. I uninstalled & then install it also but nothing changed. (docker is running, the issue with docker desktop)
docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
c1ec31eb5944: Pull complete
Digest: sha256:d000bc569937abbe195e20322a0bde6b2922d805332fd6d8a68b19f524b7d21d
Status: Downloaded newer image for hello-world:latest
Hello from Docker!
services
service --status-all
[ + ] acpid
[ + ] docker
docker info
OSType: linux
Architecture: x86_64
CPUs: 8
Total Memory: 7.449GiB
Name: zenbook
ID: 18262889-3d79-4c25-8aa7-a5826a186f0b
Docker Root Dir: /var/lib/docker
Debug Mode: false
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false
tried subuild also as suggested
sudo echo $USER:10000:65536 >> /etc/subuid
bash: /etc/subuid: Permission denied