Skip to content

v0.2.3

Compare
Choose a tag to compare
@zchee zchee released this 05 Aug 06:48
· 109 commits to master since this release
v0.2.3

Installation

  1. At the first, Download the latest docker-machine binary file.
    See https://github.com/docker/machine/releases.
  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.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)

Full Changelog

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)