Skip to content

v0.3.2

Compare
Choose a tag to compare
@zchee zchee released this 21 Apr 07:47
· 35 commits to master since this release
v0.3.2
c290fd6

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

Closed issues:

  • Cannot build with Go and Make #167
  • Project Is dead? #166
  • [Question] Why use go generate for libhyperkit? #165
  • fatal error: 'stdlib.h' file not found #160
  • Build broken when homebrew is installed in a non-default location #157

Merged pull requests:

  • Update readme to document rawdisk #173 (dalehamel)
  • xhyve: bump version 0.3.2 #172 (zchee)
  • Don't hardcode the docker user id #171 (dalehamel)
  • ci/circle: remove circle.yml for now #170 (zchee)
  • Add support for using a raw disk for storage #169 (dalehamel)
  • Fixed MAC cleaning regular expression #163 (juamedgod)
  • Wait for IP before setting up mounts #161 (r2d4)
  • ci/circle: update circle.yml to macOS based build environment #159 (zchee)
  • Move the NFS and 9p mounting code from Create to Start. #158 (dlorenc)