Expected behavior
Network works.
Actual behavior
Network does not work
Information
OSX 10.11.4
dmp@MacMorteau:~$ pinata diagnose -u OS X: version 10.11.4 (build: 15E65) Docker.app: version v1.11.0-beta6 Running diagnostic tests: [ERROR] docker-cli wrong Docker version: 1.10.2 (expected 1.11.0-rc3) [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/20160408-182754.tar.gz. Your unique id in bugsnag is: 0D5131EF-39CE-4CAB-B494-C20660FC938B Please quote this in all correspondence.
Steps to reproduce the behavior
- Start docker
- Enable OSX connection sharing from eth-usb to wifi
docker pull golang
- Result:
Network timed out while trying to connect to https://index.docker.io/v1/repositories/armhf/debian/images. You may want to check your internet connection or if you are behind a proxy.
- unplug the usb-eth adapter to bring the eth interface down
docker pull golang
Error while pulling image: Get https://index.docker.io/v1/repositories/armhf/debian/images: dial tcp: lookup index.docker.io on 192.168.64.1:53: read udp 192.168.64.2:36478->192.168.64.1:53: read: connection refused
At this point, docker is in a non-functional state (have to restart Docker).