Im in MacOS getting this error for docke version 20.10.22, build 3a2c30b. Every-time i try to run any docker command. I think though the docker login is the root cause.
Example:
docker login ...
Error response from daemon: Get "https://registry-1.docker.io/v2/": unexpected EOF
I’ve tried to reinstall and re-login multiple times.
Any clues?
2
Answers
The problem for me was the
@
at my mac username as we were using emails for login. I had to create a new user without any special characters in the name, then the problem was gone.For me the issue was solved by downgrading docker desktop on my corporate M1 Mac as others indicated here: https://github.com/docker/for-mac/issues/6704