Error response from daemon: unexpected EOF

you may get this error response when you run docker pull hcp4715/hddm:0.8 (or other versions of docker images)

solutions

this is usually a networking problem, but could caused by different situations. therefore, you may try different lines of solutions

1. check your local network

2. make sure you have temporarily disabled any firewall

3. check your network proxy setting when pulling docker images

the no.3 solution is what solved my problem, thus I would elaborate on this one. Dig into the referred articles (In the reference part) if you want to get a deeper understanding of this error response and other possible solutions.

when I say proxy setting, it refers to any kind of proxy, your university network proxy, or, more commonly in China users, a VPN that hides (and changes) your IP.

Disable such proxy, local application, or browser extension. Try docker pull again and see what happens. In my case, this works like magic. Good luck to you.

reference

Docker pull throwing EOF exceptions

Docker pull throwing EOF exceptions

https://juejin.cn/s/docker pull error response from daemon eof

docker pull: Error response from daemon: Get "https://registry-1.docker.io/v2/": unexpected EOF · Issue #6704 · docker/for-mac