Error error response from daemon get https registry-1 docker io v2 connection refused

0 votes

Hello guys,

I am getting the below error in the docker while pulling the image from the docker registry.

Error: error response from daemon get https //registry-1.docker.io/v2/ connection refused

How to resolve it.

Aug 27, 2020 in Docker by akhtar
• 38,230 points
211,226 views

1 answer to this question.

+2 votes

Hi@akhtar,

Sometimes it happens. I also faced this issue. I just reloaded the daemon and restarted the docker service. It solved this issue. You can use the below commands.

$ sudo systemctl daemon-reload #THIS IS RESCUE COMMAND…
$ sudo systemctl restart docker
$ sudo systemctl status docker
$ docker pull hello-world
Using default tag: latest
latest: Pulling from library/hello-world

Ready to level up your Docker skills? Enroll now in our comprehensive Docker Course!

answered Aug 27, 2020 by MD
• 95,440 points

reshown Nov 22, 2023 by Soumya

Related Questions In Docker

0 votes
1 answer

Docker: Error response from daemon: timeout was reached before the node joined

The above failure happens when the ‘manager’ ...READ MORE

answered Aug 28, 2019 in Docker by Sirajul
• 59,230 points
6,964 views
0 votes
1 answer
+2 votes
1 answer
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,467 views
0 votes
1 answer

Error response from daemon: client is newer than server (client API version: x.xx, server API version: 1.23)

Hi@akhtar, This version of vSphere Integrated Containers Engine ...READ MORE

answered Apr 8, 2020 in Docker by MD
• 95,440 points
945 views
0 votes
1 answer

docker: Error response from daemon: No volume store named (default) exists.

Hi@akhtar, By default, vic-machine create does not create ...READ MORE

answered Apr 8, 2020 in Docker by MD
• 95,440 points
859 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP