- vm-bhyve
- iocage
Minihyve relies on vmnet network interfaces
being configured on the host before being passed
to the jails.
Create vmnet devices with ifconfig, pass them to
VMs by setting a bhyve_options="-s ... entry in
the vm-bhyve configuration files instead of the
vm-bhyve native configuration directives.
Do not forget to configure the host side of the interfaces too.
install -m 744 -o root -g wheel sbin/minihyve /usr/local/sbin
install -m 744 -o root -g wheel rc.d/minihyve /usr/local/etc/rc.dSuch operations are not covered by minihyve and are to be done whichever way you did it before.
minihyve start vm_name
minihyve stop vm_name
minihyve list
minihyve cmd vm command arg1 arg2 ... argN
The rc.d service file lets you automatically start VMs at startup and stop them on system shutdown.
Set the minihyve_autostart configuration
variable to the space-separated list of VMs you
want to start on startup.