v0.2.3
Installation
- At the first, Download the latest
docker-machine
binary file.
See https://github.com/docker/machine/releases. - 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.2.2/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
v0.2.3 (2016-08-05)
Closed issues:
- Please declare a license #108
- nfs share permissions problem #99
- Build issue with docker v1.10 #92
- Could not create vmnet interface, permission denied or no entitlement? #85
- B2D iso and directory created by root owner #82
Merged pull requests:
- Bump version to 0.2.3 #130 (zchee)
- Changed doc to reflect that virtio-9p support is included in the newer releases of boot2docker #129 (r2d4)
- Add error checking to CopyIsoToMachineDir. #127 (dlorenc)
- Fix lib9p build #106 (zchee)
- Set the NFS export to map all the users on the remote to the current user #105 (jamesRaybould)
- fix check for binary root ownership #104 (codekitchen)
- Support virtio-9p #95 (zchee)
- Update travis to xcode 7.3 beta #89 (zchee)
- Update vendor for docker/machine #88 (zchee)
- Self implement b2dutils.CopyIsoToMachineDir #87 (zchee)