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

SSHKeyPath is not being set for the machine

Open fgrehm opened this issue 9 years ago • 0 comments

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

fgrehm avatar Mar 04 '16 19:03 fgrehm