Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

alessiodionisi/docker-machine-driver-hyperkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HyperKit driver for Docker Machine

Simple and clean HyperKit driver for Docker Machine

Requirements

This driver needs the HyperKit and isoinfo binary, you can install it from Homebrew:

$ brew install hyperkit cdrtools

Installation

Binaries (WIP)

Binaries are available on every release.

Homebrew (WIP)

$ brew install adnsio/tap/docker-machine-driver-hyperkit

Build from sources

This command will build the driver and link the binary under /usr/local/bin/docker-machine-driver-hyperkit.

$ make build-and-link

Options

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

License

This project is made with ♥ by contributors and it's released under the MIT license.