-
Issue type: cannot connect to Docker
C:\Program Files\Docker Toolbox\docker.exe: Error response from daemon: Get https://registry-1.docker.io/v2/: proxyconnect tcp: EOF. - **OS Version/build:**Windows 10 Enterprise 2016
- App version (docker toolbox):
docker version
Client:
Version: 18.03.0-ce
API version: 1.37
Go version: go1.9.4
Git commit: 0520e24302
Built: Fri Mar 23 08:31:36 2018
OS/Arch: windows/amd64
Experimental: false
Orchestrator: swarm
Server: Docker Engine - Community
Engine:
Version: 18.09.1
API version: 1.39 (minimum version 1.12)
Go version: go1.10.6
Git commit: 4c52b90
Built: Wed Jan 9 19:41:57 2019
OS/Arch: linux/amd64
Experimental: false
- Steps to reproduce:
-behind a corporate proxy:
- start the service (click docker toolbox which starts start.sh)
- create the container:
docker-machine create -d virtualbox --engine-env HTTP_PROXY=http://proxy.com --engine-env HTTPS_PROXY=https://proxy.com --engine-env NO_PROXY=192.168.99.100 default - run hello world: docker run hello-world
Things i tried so far
configure ENV variables for http_proxy in windows and containter
change DNS resolv both in windows and container
try to wget https://registry-1.docker.io/v2/ both from Windows (ok), and from container (it fails connection reset by server)