Why can’t I pull the Redis image with Docker?

0
6
Asked By MysteriousPinecone42 On

I've been trying to pull the Redis image using Docker, and it was working fine last week. However, now I'm facing an issue with the command `docker pull redis:7`. The error I'm getting is related to an inability to connect to the Cloudflare storage endpoint for the Docker registry. Here's the message: 'failed to copy: httpReadSeeker: failed open: failed to do request...' I'm unsure why this is suddenly happening and would love some advice or fixes for this issue.

4 Answers

Answered By ConnectionGuru55 On

What network are you using? Sometimes something might be blocking the connection. It's worth checking your network settings.

MysteriousPinecone42 -

After changing the local DNS, it started working again.

Answered By HelpfulHero88 On

Have you tried pulling the image again? I checked the Docker status page, and everything seems fine. I just pulled the Redis image without any issues. Might just be a temporary glitch on your end!

CuriousCat99 -

Yeah, I changed my local DNS settings, and now it's working. Not sure why it was acting like that.

Answered By NetworkNinja77 On

Make sure your proxy or host DNS is configured correctly. If you can, share the output of `docker info` so we can see more details.

MysteriousPinecone42 -

After changing my local DNS, everything got resolved.

Answered By CuriousCat99 On

It sounds like you might be dealing with a Cloudflare storage issue. What image are you pulling, by the way?

MysteriousPinecone42 -

I'm trying to pull the Redis image.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.