Ping google.com works curl -o filename google.com does not

I’m using mcr.microsoft.com/windows/nanoserver:1903 (I can pull images since I set up the proxy configuration.

I added the proxy configuration on ~/.docker/config.json, witch is plenty enough for linux container to work :confused:. Windows container allows pinging any url, but commands like curl just timeout.

any idea?

OS : W10 1903
Docker version 19.03.12, build 48a66213fe
Image : mcr.microsoft.com/windows/nanoserver:1903
Proxy ON