-1

I do have proxy settings in place for both http nd https as part of docker proxies settings.

us002-*******:8080

I am trying to pull an image for ReadyaPI for a particular version and i keep getting the error below.

docker pull error

VJ4Testing
  • 81
  • 1
  • 9

1 Answers1

0

I encountered the same issue in docker container. After check out I found that I set the proxy server by setting environment variables https_proxy and http_proxy. After I unset both environment variables the issue disappeared.

litao3rd
  • 181
  • 1
  • 8