xillis
(Xillis)
December 27, 2022, 3:17pm
1
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
ltimur
(Ltimur)
December 30, 2022, 8:48am
2
If Docker Desktop has stopped running on your Ubuntu 22.04 system, there are a few steps you can try to troubleshoot the issue:
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
xillis
(Xillis)
December 30, 2022, 2:05pm
3
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)
rimelek
(Ákos Takács)
December 31, 2022, 2:06pm
4
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.
Learn how to install, launch and upgrade Docker Desktop on Ubuntu. This quick guide will cover prerequisites, installation methods, and more.
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.
xillis
(Xillis)
January 2, 2023, 6:24pm
5
Ok thank you. I’ll watch it all and you’ll know.
zari90
(Azaria)
March 20, 2023, 4:13pm
7
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
keithfr
(Keithfr)
April 4, 2023, 1:23pm
8
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:
Check if KVM module waas loaded
Install Docker Desktop on Linux | Docker Documentation
Check and enable options under “Virtualization engine”
VM settings → Processors → “Virtualization engine”