I'm using ubuntu 22.04 and trying to run docker login. It fails with EOF Error response. Running strace on docker login shows that the socket reads an error from the remote server of 500 Internal server error.
└─> docker login
Authenticating with existing credentials...
Login did not succeed, error: Error response from daemon: Get "https://registry-1.docker.io/v2/": EOF
Log in with your Docker ID or email address to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com/ to create one.
You can log in with your password or a Personal Access Token (PAT). Using a limited-scope PAT grants better security and is required for organizations using SSO. Learn more at https://docs.docker.com/go/access-tokens/
Username (hemna6969):
Password:
Error response from daemon: Get "https://registry-1.docker.io/v2/": EOF
I'm using ubuntu 22.04 and trying to run docker login. It fails with EOF Error response. Running strace on docker login shows that the socket reads an error from the remote server of 500 Internal server error.
Strace docker login
docker info