Skip to content

v0.3.1

Choose a tag to compare

@zchee zchee released this 05 Dec 14:39
· 57 commits to master since this release
v0.3.1
ab0aeba

Installation

  1. At the first, Download the latest docker-machine or minikube binary.
    See
  2. Download the docker-machine-driver-xhyve binary file, And move the binary to your $PATH directory.
  3. Change binary owner and uid to root:wheel. Currently need root permission.
    but, DO NOT NEED sudo. That's wrong sudo 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-xhyve

Change Log

Full Changelog

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: