hyv
hyv copied to clipboard
CLI tool to run xhyve VMs without driving yourself insane.
hyv
hyv is a CLI tool that makes running xhyve VMs easier.
Requirements
Installation
homebrew
-
brew tap rahulg/hyv
-
brew install hyv
Manual Installation
- Place
hyv
anywhere in your path
Usage
Init a New VM
- Create a folder for your VM
- Place your
kernel
andinitrd
in this folder -
hyv --new
to create a skeleton config.hyv - edit
config.hyv
to match your desired config
Running a VM
-
cd $dir
-
hyv
to run the VM -
poweroff
your VM to return to OS X