v0.3.0
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
Features
- Suuport rkt container engine for minikube. See kubernetes/minikube#using-rkt-container-engine
- Change hooklift/xhyve to zchee/lihyperkit
- Support QCow2 disk image using docker/hyperkit's ocaml-qcow bindings
- Supprot configurable kernel and initrd filename
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)