Errors installing and starting 1.9.1h on Windows 7 behind a Corp Proxy #370
Description
I followed through the suggestions in #150 but still can't get this running. On installation I get:
and then
The installation says it has completed but when I try to run the docker-quickstart-terminal I get the following error. I can see that the boot2docker.iso is present in the C:\Program Files\Docker Toolbox directory but I guess the file move error was related to this not being put somewhere else.
If I try to start the kitematic (Alpha) app, I get this error:
Encountered an error: Error: Command failed: C:\Program Files\Docker Toolbox\docker-machine.exe -D create -d virtualbox --virtualbox-memory 2048 default,Docker Machine Version: 0.5.5, build 02c4254,Found binary path at C:\Program Files\Docker Toolbox\docker-machine.exe,Launching plugin server for driver virtualbox,Plugin server listening at address 127.0.0.1:56742,() Calling .GetVersion,Using API Version 1,() Calling .SetConfigRaw,() Calling .GetMachineName,(flag-lookup) Calling .GetCreateFlags,Found binary path at C:\Program Files\Docker Toolbox\docker-machine.exe,Launching plugin server for driver virtualbox,Plugin server listening at address 127.0.0.1:56746,() Calling .GetVersion,Using API Version 1,() Calling .SetConfigRaw,() Calling .GetMachineName,(default) Calling .GetMachineName,(default) Calling .DriverName,(default) Calling .GetCreateFlags,(default) Calling .SetConfigFromFlags,(default) Calling .PreCreateCheck,(default) DBG | COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe --version,(default) DBG | STDOUT:,(default) DBG | {,(default) DBG | 5.0.12r104815,(default) DBG | },(default) DBG | STDERR:,(default) DBG | {,(default) DBG | },(default) DBG | COMMAND: wmic cpu get VirtualizationFirmwareEnabled,(default) DBG | Couldn't check that VT-X/AMD-v is enabled. Will check that the vm is properly created: exit status 2147749911,Error creating machine: Error with pre-create check: Get https://api.github.com/repos/boot2docker/boot2docker/releases/latest: dial tcp 192.30.252.126:443: connectex: No connection could be made because the target machine actively refused it.,
I've tried adding the
C:\Program Files\Docker Toolbox\kitematic_proxy.cmd as mentioned in issue 150 but it doesn't resolve the proxy error.
Commentary below on fixes I've tried