vbox-manage-cli.md
09 Feb 2017 | bashList all VMs :
VBoxManage list vms
launch vms:
VBoxManage startvm --type headless [vm_id ...]
List all running vms:
VBoxManage list runningvms
Save and stop vm:
VBoxManage controlvm vm_id savestate
List all VMs :
VBoxManage list vms
launch vms:
VBoxManage startvm --type headless [vm_id ...]
List all running vms:
VBoxManage list runningvms
Save and stop vm:
VBoxManage controlvm vm_id savestate
Comments