skip to Main Content

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


  1. Chosen as BEST ANSWER

    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.


  2. 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

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search