-
Notifications
You must be signed in to change notification settings - Fork 124
4.25.0 error response from daemon: timeout and connection refused #7045
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
Comments
|
After a few minutes basic docker commands like |
|
same problem here after upgrade to version/4.25.0, and macOS Sonoma |
|
I have the same issue on macOS Monterey (M1) with version 4.25.0 |
|
Had the same problem. After giving at least 512MB swap it's working again. |
|
Seems to be the same as #7044 |
|
It does seem to be the same as #7044 . I have given Docker Desktop the minimum amount of swap (512 MB) and now it's working. |
Same here, no working with 0MB swap, then change to 512MB and it works. |
Works for me too. Thank you ;) |
|
I have the same issue on macOS Monterey (M1) with version 4.25.0 |
|
FWIW, this is consistently happening to me since I upgraded to v4.25.0 on macOS 14.0 with the following resources:
Use case is |
|
Thanks for the report, there is a definitely an issue when the swap is set to zero. I've created a development build with a fix: If you're having problems with swap, let me know if that helps. If your case has swap enabled it's probably a different issue. Could you reproduce, upload a diagnostics and quote the ID? |
|
As a temporary solution, if you change the default configuration of the swap memory (from 1 to 1.5 for example), the error is solved. |
|
I resolve it by switching to https://orbstack.dev/... |
|
We've released a new version of Docker Desktop containing a fix for this issue, you can see the release notes! I'll close this issue for now, but if the issue persists, feel free to open a new issue! |


Description
Docker Desktops internal DNS seems broken.
I cannot pull images or log in to registry. Trying to pull alpine:latest I get error message:
Also cannot pull image from self-hosted registry. Note a different error message though:
Reproduce
Fails with "timeout":
docker pull alpine:latestFails with "connection refused":
Expected behavior
Should be able to pull images.
docker version
Client: Cloud integration: v1.0.35+desktop.5 Version: 24.0.6 API version: 1.43 Go version: go1.20.7 Git commit: ed223bc Built: Mon Sep 4 12:28:49 2023 OS/Arch: darwin/amd64 Context: default Server: Docker Desktop 4.25.0 (126437) Engine: Version: 24.0.6 API version: 1.43 (minimum version 1.12) Go version: go1.20.7 Git commit: 1a79695 Built: Mon Sep 4 12:32:16 2023 OS/Arch: linux/amd64 Experimental: false containerd: Version: 1.6.22 GitCommit: 8165feabfdfe38c65b599c4993d227328c231fca runc: Version: 1.1.8 GitCommit: v1.1.8-0-g82f18fe docker-init: Version: 0.19.0 GitCommit: de40ad0docker info
Diagnostics ID
27DAB359-DE09-476F-8F95-DA6A86D2BBB9/20231027123930
Additional Info
iMac20,1
uname -mprsvThe text was updated successfully, but these errors were encountered: