Skip to content

v0.3.0

Choose a tag to compare

@zchee zchee released this 06 Nov 20:59
· 68 commits to master since this release
v0.3.0

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

Features

Auto generated Change Log

Closed issues:

  • Make /boot configurable to allow different live iso to work with driver #146

Merged pull requests:

  • Bump version to 0.3.0 #149 (zchee)
  • Fix #146 Make /boot configurable to allow different live iso to work with driver #147 (praveenkumar)
  • ci/travis: add setup opam and libev for ocaml-qcow #145 (zchee)
  • Auto-detect whether the kernel is bzImage or vmlinuz. #144 (dlorenc)
  • Defer the unmount. #143 (dlorenc)
  • Add some debug logging during mac address retrieval. #142 (dlorenc)
  • Support the rkt/minikube-iso #140 (zchee)
  • ci/travis: upgdate go version to 1.7.1 and remove 1.6.3 & fix install #139 (zchee)
  • xhyve/qcow2: support qcow2 disk image format #138 (zchee)
  • Support using the configured UUID instead of always generating a UUID… #133 (chirino)
  • CI: upgrade TravisCI go version to 1.6.3 and 1.7rc5 #131 (zchee)