This shows you the differences between two versions of the page.
| — |
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:// | ||