I’m receiving an unexpected EOF (I think) when I try to get to the Docker registry. Here is the message from Power Shell.
“docker: Error response from daemon: Get h t t p s://registry-1.docker.io/v2/: EOF.”
(Sorry for the funky looking URL. The nanny-bot won’t let me put something that looks like a URL in a post more than twice)
I found this post from earlier this year, but as far as I can tell, I don’t have docker-cli installed in wsl:
wsl --list --verbose
NAME STATE VERSION
Debian running 2
docker-desktop running 2
docker-desktop-data running 2
I have uninstalled and reinstalled both docker and wsl twice. Same result every time. It’s not a proxy/firewall issue. “curl h t t p s://registry-1.docker.io” returns a 200. However, “curl h t t p s://registry-1.docker.io/v2/” returns a 403, which seems normal to me since I’m not specifying any kind of file or page.
Any help is appreciated.