Hi, my Docker Desktop app is unable to start the Docker Engine. The message “Starting the Docker Engine” along with a loading indicator appears indefinitely.
I followed the installation guide from the official site and completed all the steps. The first time, it worked well, but after quitting and reopening the app, it fails to start the Docker Engine.
A workaround for this issue is to remove the .docker/desktop
directory. After doing so, the app prompts the license agreement again and starts with the engine running.
The workaround is only partial and will remove all the data so it is only to run the app.
OS Version: Linux Debian 12.9.0
App version: 4.39.0 (184744)
Steps to reproduce:
- Install docker as described in Debian | Docker Docs
- Install docker desktop as described in Debian | Docker Docs
- Run Docker Desktop
- Quit Docker Desktop
- Open Docker Desktop again
Actual Result: Docker Desktop runs, but the Docker Engine does not start and remains stuck on “Engine starting…”.
Expected Result: Docker Desktop runs, and the Docker Engine starts successfully (“Engine started”).
How to fix it?