Unexpected EOF on auth.docker.io when trying to pull from docker hub

As of this morning, I am getting “Unexpected EOF” errors on docker pulls.

The error in full:

> docker pull microsoft/mssql-server-linux:2017-GA
Error response from daemon: Get https://registry-1.docker.io/v2/microsoft/mssql-server-linux/manifests/2017-GA: Get https://auth.docker.io/token?account=avonh&scope=repository%3Amicrosoft%2Fmssql-server-linux%3Apull&service=registry.docker.io: unexpected EOF

… it doesn’t matter which image I try to pull, I always get that error. The error seems not be with docker hub, though, as directly GETing that URL with wget works.

Any pointers, anyone? I have already tried deleting all images as suggested in a likely issue, but no luck so far.

docker desktop 2.2.0.4 (43472) on Windows 10 Pro Version 1903

2 Likes