v0.3.3
Installation
- At the first, Download the latest
docker-machine
,minikube
orminishift
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:
- GetState returns running after host reboot #179
- MAC addresses ending in element with a leading 0 are not mapped to an IP #162
Merged pull requests: