-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After a short time, Docker starts returning internal server errors and becomes unusable #7288
Comments
Experiencing the same issue -- I am downgrading back to 4.29.0 for the time being and will monitor this issue for patches
Running
Diagnostic ID |
Rats downgraded to v4.29.0 and same error - Docker ran fine for just under 4 hours and then crashed again and process hung New Diagnostic ID: |
@jeremy-london do you have a docker-compose (which you can share) which could help us reproduce the issue? |
@jpbriend Sure! -- In an effort to try something new I reduced the resource limits to only use 6 out of 11 cpu cores, and tweak my python code to use 5 max workers -- previously i was using 11 cpu cores in the resource limit (max of my machine), and my python script was running 15 max worker threads. This worked for around 15 hours before crashing like the previous examples. New Diagnostic ID: Here is a sample project that simulates what i've got running (Selenium Grid w/ node-docker)
NOTE: you can replace
|
I have the same problem on an Intel Mac Mini 2018 with Sonoma 14.5 with Docker Desktop 4.30.0. I don't have the problem on an M1 Mac Mini with Sonoma 14.5 with Docker Desktop 4.30.0. In fact it runs pretty flawlessly. |
I commented this earlier and deleted it, but can now confirm that downgrading to 4.24.0 makes Docker Desktop last a few hours longer before it all becomes unresponsive. Obviously not a fix. |
This problem seems to still exist for 4.31.0. |
Have any of you found a workaround to this? I've tried using Rancher Desktop, Colima, and OrbStack but they all introduce their own set of problems. |
I also have this exact issue. It looks like changing from VirtioFS to gRPC FUSE in Docker Desktop settings made it somewhat more stable, but after a day Docker Desktops becomes unresponsive and I’m unable to reach my containers. |
Also seeing this in 4.29.0 and 4.31.0 |
Me and my team are having this problem nearly daily on Apple Silicon macs ranging from 2021 Apple M1 Pro Macbook Pro, to 2024 M3 Max. This seems like the same error as #6956 and #7240 and #6933 We've tried disabling resource saver as described in other issues, but this is becoming worse over time I think. |
Description
Around ten minutes or so after starting Docker Desktop and several containers, docker commands will start returning messages like the following:
request returned Internal Server Error for API route and version http://%2FUsers%2Fjoe%2F.docker%2Frun%2Fdocker.sock/v1.45/containers/json, check if the server supports the requested API version
Likewise, the Docker Desktop application is unable to load any data on any of the tabs.
Either restarting Docker Desktop or quitting and launching it again will resolve the issue, but only for a short time before it happens again.
Reproduce
Expected behavior
Docker Desktop and the docker commands should continue to work as expected.
docker version
Client: Cloud integration: v1.0.35+desktop.13 Version: 26.1.1 API version: 1.45 Go version: go1.21.9 Git commit: 4cf5afa Built: Tue Apr 30 11:44:56 2024 OS/Arch: darwin/arm64 Context: desktop-linux Server: Docker Desktop 4.30.0 (149282) Engine: Version: 26.1.1 API version: 1.45 (minimum version 1.24) Go version: go1.21.9 Git commit: ac2de55 Built: Tue Apr 30 11:48:04 2024 OS/Arch: linux/arm64 Experimental: false containerd: Version: 1.6.31 GitCommit: e377cd56a71523140ca6ae87e30244719194a521 runc: Version: 1.1.12 GitCommit: v1.1.12-0-g51d5e94 docker-init: Version: 0.19.0 GitCommit: de40ad0
docker info
Diagnostics ID
4BA00B44-3ABD-4F0A-B1AD-081C38AB5075/20240521011143
Additional Info
I'm on Ventura 13.6.7. I was on 13.6.6 last week with the same Docker Desktop version and did not have this issue.
The text was updated successfully, but these errors were encountered: