Tuesday, July 3, 2012

VirtualBox setup information

This post is just to wrap up the basic toolset for operating VirtualBox.
Listing available VMs and its detailed configuration:
 
$ VBoxManage list vms
$ VBoxManage showvminfo vm1 --details | less


Other useful options can be obtained from:
 
$ VBoxManage list