Simple and clean HyperKit driver for Docker Machine
This driver needs the HyperKit and isoinfo binary, you can install it from Homebrew:
$ brew install hyperkit cdrtools
Binaries are available on every release.
$ brew install adnsio/tap/docker-machine-driver-hyperkit
This command will build the driver and link the binary under /usr/local/bin/docker-machine-driver-hyperkit
.
$ make build-and-link
Flag name | Environment variable | Type | Default |
---|---|---|---|
--hyperkit-binary |
HYPERKIT_BINARY |
string | hyperkit |
--hyperkit-boot2docker-url |
HYPERKIT_BOOT2DOCKER_URL |
string | latest version |
--hyperkit-cpus |
HYPERKIT_CPUS |
int | 1 |
--hyperkit-disk-size |
HYPERKIT_DISK_SIZE |
int | 20000 |
--hyperkit-isoinfo-binary |
HYPERKIT_ISOINFO_BINARY |
string | isoinfo |
--hyperkit-memory-size |
HYPERKIT_MEMORY_SIZE |
int | 1024 |
This project is made with ♥ by contributors and it's released under the MIT license.