You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I select "Quit Docker Desktop" from the menu at the bottom of the Docker Destop window, it shows the "Turning off the Docker Engine..." page for a very long time, then returns to the regular list of containers screen.
At this point, it is dead. Containers do not open. The Desktop app cannot access the contents of volumes. Nothing works.
Windows Task Manager says that the docker desktop and docker backend tasks are still running.
The only way to get Docker back up and running again is to force all tasks with "docker" in the name to exit. Or reboot the machine.
Reproduce
Run Docker Desktop from the Start menu, or by double-clicking the icon on the desktop.
Select "Quit Docker Desktop" from the menu at the bottom of the window.
Expected behavior
"Quit Docker Desktop" should:
Stop the Docker Engine
Exit Docker Desktop
docker version
Client:
Version: 27.4.0
API version: 1.47
Go version: go1.22.10
Git commit: bde2b89
Built: Sat Dec 7 10:40:21 2024
OS/Arch: windows/amd64
Context: desktop-linux
Server: Docker Desktop 4.37.0 (178034)
Engine:
Version: 27.4.0
API version: 1.47 (minimum version 1.24)
Go version: go1.22.10
Git commit: 92a8393
Built: Sat Dec 7 10:38:57 2024
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.7.21
GitCommit: 472731909fa34bd7bc9c087e4c27943f9835f111
runc:
Version: 1.1.13
GitCommit: v1.1.13-0-g58aa920
docker-init:
Version: 0.19.0
GitCommit: de40ad0
We could not reproduce the issue with DD v4.37 and so far the only difference we saw is the hardware. Also quoting an error shared by @IainMcCracken on the forum:
I’m looking at the log files (AppData/Local/Docler/log/vm) and in 01-docker.log I see a slew of errors about device or resource busy, failed to remove cgroup.
But I checked now, and I have those error messages too without having any problem with quitting Docker Desktop
Description
When I select "Quit Docker Desktop" from the menu at the bottom of the Docker Destop window, it shows the "Turning off the Docker Engine..." page for a very long time, then returns to the regular list of containers screen.
At this point, it is dead. Containers do not open. The Desktop app cannot access the contents of volumes. Nothing works.
Windows Task Manager says that the docker desktop and docker backend tasks are still running.
The only way to get Docker back up and running again is to force all tasks with "docker" in the name to exit. Or reboot the machine.
Reproduce
Expected behavior
"Quit Docker Desktop" should:
docker version
Client: Version: 27.4.0 API version: 1.47 Go version: go1.22.10 Git commit: bde2b89 Built: Sat Dec 7 10:40:21 2024 OS/Arch: windows/amd64 Context: desktop-linux Server: Docker Desktop 4.37.0 (178034) Engine: Version: 27.4.0 API version: 1.47 (minimum version 1.24) Go version: go1.22.10 Git commit: 92a8393 Built: Sat Dec 7 10:38:57 2024 OS/Arch: linux/amd64 Experimental: false containerd: Version: 1.7.21 GitCommit: 472731909fa34bd7bc9c087e4c27943f9835f111 runc: Version: 1.1.13 GitCommit: v1.1.13-0-g58aa920 docker-init: Version: 0.19.0 GitCommit: de40ad0
docker info
Diagnostics ID
1895F3C5-FBAB-4EF2-B6D7-BB9852659B2D/20241214191646
Additional Info
I'm going go back to 4.36 which seems to work.
The text was updated successfully, but these errors were encountered: