machine-drivers / docker-machine-driver-xhyve

docker-machine/minikube/minishift driver plugin for xhyve/hyperkit (native macOS hypervisor.framework)
https://godoc.org/github.com/machine-drivers/docker-machine-driver-xhyve
BSD 3-Clause "New" or "Revised" License
889 stars 73 forks source link

SSHKeyPath is not being set for the machine #102

Open fgrehm opened 8 years ago

fgrehm commented 8 years ago

Not sure if it is a requirement for docker-machine drivers but it seems that the xhyve driver is not setting it!

$ docker-machine create remove --driver xhyve
....
Docker is up and running!
To see how to connect your Docker Client to the Docker Engine running on
this virtual machine, run: docker-machine env remove

$ docker-machine inspect remove | grep -i sshkey
        "SSHKeyPath": "",

I have not been able to check other drivers besides virtualbox (which sets up that field). LMK if you need any additional information!


References https://github.com/codekitchen/dinghy/pull/150 /cc @codekitchen