minishift: Problem running xhyve

$ brew install docker-machine-driver-xhyve
$ sudo chown root:wheel /usr/local/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve
$ sudo chmod u+s /usr/local/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve

minishift start

and it fails with

-- Checking OpenShift client ... OK
-- Checking Docker client ... OK
-- Checking Docker version ... OK
-- Checking for existing OpenShift container ... OK
-- Checking for openshift/origin:v1.4.1 image ...
   Pulling image openshift/origin:v1.4.1
FAIL
   Error: error pulling Docker image openshift/origin:v1.4.1
   Caused By:
     Error: Error while pulling image: Get https://index.docker.io/v1/repositories/openshift/origin/images: dial tcp: lookup index.docker.io on 192.168.64.1:53: read udp 192.168.64.3:42270->192.168.64.1:53: read: connection refused
E0206 10:28:39.720465   90028 start.go:246] Error starting the cluster:  exit status 1

the same for

minishift start --vm-driver=virtualbox

I have used minishift multiple times yesterday while travelling on multiple wifis and had no problem. The only difference today is the location, but will not be able to provide more information regarding their network configuration.

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 32 (23 by maintainers)

Most upvoted comments

Hmm, looks like a network issue. I just tried to re-produce and the image gets pulled fine.