docker-library/repo-info

HTTP 400 while pulling docker image

avictor0826 opened this issue · 2 comments

Hello guys,

I tried to run hello-world:latest from the Docker for windows (Host OS : Windows 10, amd64)

I get HTTP 400 while download the image

[12:28:24.464][WindowsDaemon ][Info ] debug: pulling blob "sha256:53a0ccfb7e6fe326c54359c802287bbe5435ac269242e4883f85a1f305e1d0cb"
[12:28:24.774][WindowsDaemon ][Info ] debug: Pulling sha256:53a0ccfb7e6fe326c54359c802287bbe5435ac269242e4883f85a1f305e1d0cb from foreign URL https://go.microsoft.com/fwlink/?linkid=863126
[12:28:27.988][WindowsDaemon ][Info ] debug: Download for sha256:53a0ccfb7e6fe326c54359c802287bbe5435ac269242e4883f85a1f305e1d0cb failed: unexpected status resolving reader: 400 Bad Request

We are able to download the segment with wget in powershell (from URL https://go.microsoft.com/fwlink/?linkid=863126)

Can you please help find out what the issue could be..

Thanks

This looks like a temporary failure in Microsoft's server or in your local environment.

In the future, these sorts of questions/requests would be more appropriately posted to the Docker Community Forums, the Docker Community Slack, or Stack Overflow, or sent directly to either support@docker.com, or Microsoft support.

Thanks tianon..