After installing docker beta for mac, whenever I tried docker ps command it would just hang (not respond, the computer kept on working). So decided to just delete the vm, but now that I’m trying to create the vm there’s no driver other than the virtualbox one. How am I supposed to create my default local vm on the docker beta for mac environment?
I tried docker-machine create -d xhyve default and got
Driver “xhyve” not found. Do you have the plugin binary accessible in your PATH?
I’m using 10.11.5… But I figured it out, it so happens I had previously installed docker before the toolbox came out and had some environment variables that made docker commands misbehave, removed that environment variables and everything works.
Did you need to install https://github.com/zchee/docker-machine-driver-xhyve beforehand or did it just work out of the box (I had to install the driver using brew before and was wondering whether that would be necessary).