Pulling repository docker.io/library/hello-world
Error while pulling image: Get https://index.docker.io/v1/repositories/library/hello-world/images: http: error connecting to proxy http://127.0.0.1:6152: dial tcp 127.0.0.1:6152: getsockopt: connection refused
Information
OS X: version 10.11.5 (build: 15F34)
Docker.app: version v1.11.1-beta13
Running diagnostic tests:
[OK] Moby booted
[OK] driver.amd64-linux
[OK] vmnetd
[OK] osxfs
[OK] db
[OK] slirp
[OK] menubar
[OK] environment
[OK] Docker
[OK] VT-x
Docker logs are being collected into /tmp/20160526-104005.tar.gz
Most specific failure is: No error was detected
Thanks for the bug report.
The issue here is that 127.0.0.1 - in this case, your Mac, is not reachable from the VM where docker is running.
We have issue (#3438) on our tracker open for this.
OS X: version 10.11.5 (build: 15F34)
Docker.app: version v1.11.1-beta13.1
Running diagnostic tests:
[OK] Moby booted
[OK] driver.amd64-linux
[OK] vmnetd
[OK] osxfs
[OK] db
[OK] slirp
[OK] menubar
[OK] environment
[OK] Docker
[OK] VT-x
Docker logs are being collected into /tmp/20160530-165331.tar.gz
Most specific failure is: No error was detected
Then running ifconfig
The list contains three networks : docker0, eth0 and lo.
eth0 seems to be the network connecting to the host. it’s ip is 192.168.65.2
By deduction I tried to telnet 192.168.65.1 3129 into my cntlm daemon. It seemed to work.