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
What network are you using? Sometimes something might be blocking the connection. It's worth checking your network settings.
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.
After changing the local DNS, it started working again.