v0.3.2
Installation
- At the first, Download the latest
docker-machine
orminikube
binary.
See - Download the
docker-machine-driver-xhyve
binary file, And move the binary to your$PATH
directory. - Change binary owner and uid to
root:wheel
. Currently needroot
permission.
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-xhyve
Change Log
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)