-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Description
I upgraded my Ubuntu OS from 23.10 to 24.04 via sudo do-release-upgrade -d
command and the upgrade was successful without any issue. However, after the upgrade and system restart, when i start docker desktop, it did not respond to clicking the docker desktop icon via app launcher. Thinking it might be due to system upgrade i decided to uninstall docker desktop 4.29 and reinstalled the same version but still docker desktop was unable to start. I verified the logs located at ~/.docker/desktop/log/host and there were no entries with keyword 'error' or 'fail'. I verified the service docker-desktop was enabled and running via command systemctl --user status docker-desktop
but the command systemctl --user status docker
gave error "Unit docker.service could not be found".
Reproduce
- upgrade Ubuntu from any version (i upgraded from 23.10 but i believe it could be any version) to 24.04 via "sudo do-release-upgrade -d"
- restart system
- Start docker desktop
Expected behavior
Docker desktop should run with all my images and containers intact
docker version
terminal gets stuck while running this command but docker --version prints the below output
Docker version 26.1.0, build 9714adc
docker info
terminal gets stuck while running this command
Diagnostics ID
7D75123F-C60D-4C2F-A751-FAC458B49182/20240427092253
Additional Info
No response