Docker desktop stopped (Ubuntu 22.04)

Hello,

I’m on Ubuntu 22.04 and after installation, the application does not work. I have the message Docker desktop stopped and a short message in red that says “Unable to calculate image disk size”. Thank you for your help.

Files : docker-desktop-4.15.0-amd64.deb

See screenshot here —> Capture-d-cran-du-2022-12-27-15-44-20 hosted at ImgBB — ImgBB

Thank

If Docker Desktop has stopped running on your Ubuntu 22.04 system, there are a few steps you can try to troubleshoot the issue:

  1. Check the status of the Docker daemon:

sudo systemctl status docker

This command will tell you if the Docker daemon is running or not. If it is not running, you can try to start it using the following command:

sudo systemctl start docker

Hello,

Thank you for your reply.
I see that in the terminal everything seems to work normally, but the software hangs. This is what I get in the terminal:

ophelie@ophelie-Lenovo-G70-80:~$ sudo systemctl status docker
[sudo] Mot de passe de ophelie : 
● docker.service - Docker Application Container Engine
     Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset>
     Active: active (running) since Fri 2022-12-30 13:03:55 CET; 1h 54min ago
TriggeredBy: ● docker.socket
       Docs: https://docs.docker.com
   Main PID: 1053 (dockerd)
      Tasks: 11
     Memory: 84.3M
        CPU: 3.501s
     CGroup: /system.slice/docker.service
             └─1053 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/cont>

déc. 30 13:03:45 ophelie-Lenovo-G70-80 dockerd[1053]: time="2022-12-30T13:03:45>
déc. 30 13:03:45 ophelie-Lenovo-G70-80 dockerd[1053]: time="2022-12-30T13:03:45>
déc. 30 13:03:46 ophelie-Lenovo-G70-80 dockerd[1053]: time="2022-12-30T13:03:46>
déc. 30 13:03:47 ophelie-Lenovo-G70-80 dockerd[1053]: time="2022-12-30T13:03:47>
déc. 30 13:03:51 ophelie-Lenovo-G70-80 dockerd[1053]: time="2022-12-30T13:03:51>
déc. 30 13:03:51 ophelie-Lenovo-G70-80 dockerd[1053]: time="2022-12-30T13:03:51>
déc. 30 13:03:55 ophelie-Lenovo-G70-80 dockerd[1053]: time="2022-12-30T13:03:55>
déc. 30 13:03:55 ophelie-Lenovo-G70-80 dockerd[1053]: time="2022-12-30T13:03:55>
déc. 30 13:03:55 ophelie-Lenovo-G70-80 systemd[1]: Started Docker Application C>
déc. 30 13:03:55 ophelie-Lenovo-G70-80 dockerd[1053]: time="2022-12-30T13:03:55>
lines 1-22/22 (END)


That is Docker CE, not Docker Desktop. Docker Desktop is not just a graphical interface on top of an existing Docker CE. It runs everything in a virtual machine even on Linux. I don’t recommend having Docker Desktop and Docker CE on the same machine, although you can do that and I am planning to talk about it in the near future.

If you check the documentation, you will see a completely different command.

systemctl --user start docker-desktop

but I have never used the systemctl command for Docker Desktop.

If you need a troubleshoot guide, you can find that too in the docs:

It also mentions where you can report issues and how you can check the logs.

Ok thank you. I’ll watch it all and you’ll know.

Hi there,

I have the exact same issue and I followed all guides related to installing on Linux Ubuntu 22.04, Install Docker Engine on Ubuntu, Linux post-installation steps for Docker Engine, desktop/install/ubuntu/, and still not able to get it to work

Docker desktop: docker-desktop-4.17.0-amd64.deb

when trying to pull or run containers I get this error connect ECONNREFUSED /home/docker/.docker/desktop/docker.sock

and when I got to settings it shows that I am connected to docker hub

Hi Azaria,
I am getting the same error messages.
Did you manage to solve this?

I had the same issue running Ubuntu 22.04 + Docker Descktop on VMware

Two things should be done:

  1. Check if KVM module waas loaded
    Install Docker Desktop on Linux | Docker Documentation
  2. Check and enable options under “Virtualization engine”
    VM settings → Processors → “Virtualization engine”
    image