-1

running: docker run -d -p 80:80 docker/getting-started

output:

Unable to find image 'docker/getting-started:latest' locally docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": unable to connect to 34.205.13.154:443. Do you need an HTTP proxy?.

How to fix the above error?

This is happening even after fresh installation of Windows 10 Enterprise Version 21H2 & Docker Desktop 4.12.0 (85629)

Ashwin
  • 9
  • 5

3 Answers3

0

This issue has been fixed in Docker Desktop version 4.13.1

Ashwin
  • 9
  • 5
0

If you come across this problem again:

try quitting the docker desktop app or restart the computer and test again.

Jerry
  • 1
-1
docker logout
docker login

This might solve your problem.

Ali
  • 922
  • 1
  • 9
  • 24