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.
5 Answers
When I run into problems pulling images, it's usually a DNS issue. Have you checked your local DNS settings? If you change them, it might fix the problem!
What network are you using? Sometimes something might be blocking the connection. It's worth checking your network settings.
After changing the local DNS, it started working again.
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!
Yeah, I changed my local DNS settings, and now it's working. Not sure why it was acting like that.
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.
After changing my local DNS, everything got resolved.
It sounds like you might be dealing with a Cloudflare storage issue. What image are you pulling, by the way?
I'm trying to pull the Redis image.

Yes, I changed the DNS, and it started working again. Any idea why that happens?