I'm using a Macbook with M1 apple silicon processor and Docker. It seems that Docker is having issues because of the different architecture of the Mac processor.
Every time I try to run any docker command I get similar errors as the one below.
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, but it doesn't seem to work.
Any clues?
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.