Pulling images from Docker Hub using a proxy that supports TLS 1 only

Hi,

I’ve installed docker CE 18.09.1 on my server and configured it to use the corporate proxy.
When trying to pull an image from Docker Hub I get the following error:

Error response from daemon: Get https://registry-1.docker.io/v2/: proxyconnect tcp: tls: server selected unsupported protocol version 301

Meanwhile I have discovered that my corporate proxy only supports TLS 1.0 so I’m suspecting that it could be the reason why it fails. Any ideas/workarounds?

Thanks for your help,
Jorge

I would like to know the detail that how you config docker pull image throgh the proxy server

Configuring a proxy for Docker is documented here:
https://docs.docker.com/engine/reference/commandline/pull/#proxy-configuration