docker-machine-driver-xhyve icon indicating copy to clipboard operation
docker-machine-driver-xhyve copied to clipboard

Could not convert the UUID to MAC address

Open em0t opened this issue 5 years ago • 3 comments

Not works well with me

macOs Catalina 10.15.6
Docker version 19.03.12, build 48a66213fe
Docker Machine Version:  0.16.2, build bd45ab1
docker-machine-driver-xhyve: stable 0.4.0 (bottled), HEAD

I have run grant policy command:

 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

also, i have download the boot2docker.iso, i find right version with my docker

curl -Lo ~/.docker/machine/cache/boot2docker.iso https://github.com/boot2docker/boot2docker/releases/download/v19.03.12/boot2docker.iso

But when i execute create command, i get UUID error:

~ docker-machine create --driver xhyve worker1
...
(worker1) Convert UUID to MAC address...
Error creating machine: Error in driver during machine creation: Could not convert the UUID to MAC address: exit status 1

I'm searching around the google, but not help me

em0t avatar Aug 07 '20 11:08 em0t

I am able to use https://github.com/machine-drivers/docker-machine-driver-hyperkit/pull/14 to start the VM.

rtau avatar Aug 08 '20 07:08 rtau

This looks exactly the same as https://github.com/machine-drivers/docker-machine-driver-xhyve/issues/204

rtau avatar Aug 08 '20 07:08 rtau

I have the same issue with the same software version but macOS is Big Sur.

JesusTheHun avatar Nov 30 '20 21:11 JesusTheHun