VirtualBox
VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use
Installation
CLI
Command | Action |
---|---|
vboxmanage list vms | Lists virtual machines |
vboxmanage startvm myvm | Starts a virtual machine named myvm |
vboxmanage list runningvms | Lists running virtual machines |
vboxmanage controlvm myvm poweroff | Powers off a virtual machine named myvm |