"Driver xhyve not found" after installing docker-machine-driver-xhyve via brew on OS X
I've run following commands to install docker-machine-driver-xhyve on OS X 10.11.3:
$ brew install docker-machine-driver-xhyve
$ sudo chown root:wheel $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve
$ sudo chmod u+s $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve
Installation was successful, /usr/local/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve binary is present and upon running it directly returns message that seems to indicate it is executable and working:
This is a Docker Machine plugin binary.
Plugin binaries are not intended to be invoked directly.
Please use this plugin through the main 'docker-machine' binary.
(API version: 1)
The problem occurred when running "docker-machine create":
docker-machine -D create --driver xhyve xhyve-testdocker-machine -D create --driver xhyve default
both commands returned same error:
Driver xhyve not found
I've also tried adding /usr/local/opt/docker-machine-driver-xhyve/bin to PATH, but this solved nothing.
Please help.
@mvmn Thanks issue. I'll check later.
@mvmn Have you tried to reinstall docker-machine via homebrew ? I had no issue to install xhyve plugin.
I have the same problem
I had this same problem. I'm not sure where my installation of docker-machine came from, but it wasn't home-brew. When I removed my existing installation and installed it with brew, it immediately recognized the xhyve driver. Hope that helps.