skip to Main Content

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)

3

Answers


  1. Chosen as BEST ANSWER

    This issue has been fixed in Docker Desktop version 4.13.1


  2. docker logout
    docker login
    

    This might solve your problem.

    Login or Signup to reply.
  3. If you come across this problem again:

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

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search