User Tools

Site Tools


vagrant_operations

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

vagrant_operations [2020/01/29 10:40] (current)
admin created
Line 1: Line 1:
 +# 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