I’m reaching out to seek assistance with an error I’m encountering when executing the docker login command with correct username and password(verified) on my Windows server.
Error message:
Error response from daemon: Get “https://registry-1.docker.io/v2/”: read tcp my server ip->destination ip: wsarecv: An existing connection was forcibly closed by the remote host.
also, when i try to access the same URL using curl, the connection is successful, which suggests that the issue might be specific to Docker’s handling of the request rather than network or registry itself.
Any guidance or troubleshooting or resolving this would be greatly appreciated.
You created the topic in the Docker Engine category. That is Docker CE running directly on Linux, but you also added th “windows” tag to the topic. Are you using Docker Desktop for Windows?