v0.3.1
Installation
- At the first, Download the latest
docker-machineorminikubebinary.
See - Download the
docker-machine-driver-xhyvebinary file, And move the binary to your$PATHdirectory. - Change binary owner and uid to
root:wheel. Currently needrootpermission.
but, DO NOT NEEDsudo. That's wrongsudo docker-machine create -d xhyve ...
e.g.,
$ curl -L https://github.com/zchee/docker-machine-driver-xhyve/releases/download/v0.3.0/docker-machine-driver-xhyve > /usr/local/bin/docker-machine-driver-xhyve
$ chmod +x /usr/local/bin/docker-machine-driver-xhyve
$ sudo chown root:wheel /usr/local/bin/docker-machine-driver-xhyve
$ sudo chmod u+s /usr/local/bin/docker-machine-driver-xhyveChange Log
Auto generated Change Log
Implemented enhancements:
- alternative boot2docker ISO image (minikube-iso) support #135
Fixed bugs:
- alternative boot2docker ISO image \(minikube-iso\) support #135
Closed issues:
- Extract kernel options from the syslinux.conf file if exist. #150
- Recompile on Go 1.7.1 to work on macOS Sierra (10.12) #137
Merged pull requests: