User Tools

Site Tools


vagrant_operations

# List virtual machines

VBoxManage list vms

# Start VM in headless mode

VBoxManage startvm MyVM --type headless

# Power off VM

VBoxManage controlvm MyVM poweroff

Source: https://schier.co/blog/start-virtualbox-vm-in-headless-mode

vagrant_operations.txt · Last modified: 2020/01/29 10:40 by admin