Expected behavior
Docker pull should result in pulling an image from dockerhub or private registry. It should use proxy when set to "Manual proxy configuration".
Actual behavior
Docker pull results in Error response from daemon: Get https://registry-1.docker.io/v2/: proxyconnect tcp: dial tcp 192.168.65.5:3128: connect: connection refused when I try to pull an image.
Information
After upgrade to version 3.3.1 of Docker Desktop, I get the message Error response from daemon: Get https://registry-1.docker.io/v2/: proxyconnect tcp: dial tcp 192.168.65.5:3128: connect: connection refused when I try to pull an image.
The error message indicates that there is a problem with a proxy, though the proxy settings are correct. If Manual Proxy Configuration is disabled in Docker Settings, it still doesn't work showing Error response from daemon: Get https://registry-1.docker.io/v2/: Bad Gateway error, even though system proxy settings are correct.
- macOS Version: 10.14.6
- Intel chip or Apple chip: Intel chip
- Docker Desktop Version: 3.3.1 (63152)
- This is behind a corporate network
Steps to reproduce the behavior
- Upgrade Docker Desktop to 3.3.1
- Make sure Manual Proxy Settings are set and correct.
- Try to pull an image.
Expected behavior
Docker pull should result in pulling an image from dockerhub or private registry. It should use proxy when set to "Manual proxy configuration".
Actual behavior
Docker pull results in
Error response from daemon: Get https://registry-1.docker.io/v2/: proxyconnect tcp: dial tcp 192.168.65.5:3128: connect: connection refusedwhen I try to pull an image.Information
After upgrade to version 3.3.1 of Docker Desktop, I get the message
Error response from daemon: Get https://registry-1.docker.io/v2/: proxyconnect tcp: dial tcp 192.168.65.5:3128: connect: connection refusedwhen I try to pull an image.The error message indicates that there is a problem with a proxy, though the proxy settings are correct. If Manual Proxy Configuration is disabled in Docker Settings, it still doesn't work showing
Error response from daemon: Get https://registry-1.docker.io/v2/: Bad Gatewayerror, even though system proxy settings are correct.Steps to reproduce the behavior