I'm running docker desktop on Windows and I'm trying to download the SQL Server image using the following command:
docker pull mcr.microsoft.com/mssql/server:2022-latest
I get this error:
Error response from daemon: Get "https://mcr.microsoft.com/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
This is a new install of docker, here are the details:
- Docker Desktop: 4.25.0 (126437)
- Engine: 24.0.6
- Compose: v2.23.0-desktop.1
- Credential Helper: v0.7.0
- Kubernetes: v1.28.2
Things I've tried, other details:
- I can run this command successfully: docker pull nginx
- I am able to run docker hello-world
- I don't have any entries in my host file that reference local host. I also tried removing all entries in my host file, that did not have any effect.
- I am not running a proxy server, I'm not on a vpn, I have the standard windows firewall settings, I have the standard windows anti-virus (not running anything else)
I'm missing something in my setup but I don't know what, any help would be appreciated.
1条答案
按热度按时间62lalag41#
I have a few potential solutions that may work for you: