hi
I’m using docker-machine version 0.4.1 on Windows 7 behind a corporate proxy.
Running “docker-machine create dev01 --driver=virtualbox” results in:
Error creating machine: Get https://api.github.com/repos/boot2docker/boot2docker/releases: http: error connecting to proxy http://username:pwd@proxy:port: dial tcp: GetA
ddrInfoW: The specified class was not found.
You will want to check the provider to make sure the machine and associated resources were properly removed.
There are no special characters in the username and password used to connect to the proxy.
Any ideas as to how I can debug this ?