Using a fresh Docker desktop (2.3.0.5) installation on Windows 10, I am not able to pull any image. I get this error :
docker: Error response from daemon: Get https://registry-1.docker.io/v2/: proxyconnect tcp: EOF
I am behind a corporate proxy, so I've tried configuring it :
- with credentials, following http://domain\username:[email protected]:port format
- like above, but with special characters encoded : https://www.url-encode-decode.com/
- without credentials
- with http/https
- without http/https
but nothing seems to work..
There's really not much help in the logs : what else can I try ?