Skip to content

v0.3.3

Compare
Choose a tag to compare
@zchee zchee released this 29 Jun 02:26
· 22 commits to master since this release
v0.3.3
7d92f74

Installation

  1. At the first, Download the latest docker-machine, minikube or minishift 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

Closed issues:

  • GetState returns running after host reboot #179
  • MAC addresses ending in element with a leading 0 are not mapped to an IP #162

Merged pull requests: