v0.2.1
v0.2.1 (2016-01-12)
Installation
- At the first, Download the latest
docker-machinebinary file.
See https://github.com/docker/machine/releases. - 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.2.1/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-xhyveFeatures
Add wait for SSH
Add wait for available SSH login when to start and restart commands.
Misc
- Fix folder structure. Thanks @saljam.
Auto-generated Change Log
Closed issues:
- make docker-machine-driver-xhyve go gettable #49
- Might want to re-release a binary #45
- Build isn't including the updated --memory-size flags? #40
Merged pull requests: