# HG changeset patch # User Oleksandr Gavenko # Date 1472921258 -10800 # Node ID 10204d8083998f86e84edebf90cca62c6791e4e4 # Parent 78b985d034bc3c338f1ad062ec9ad56896077ecc Managing VirtualBox guests from command line diff -r 78b985d034bc -r 10204d808399 virtualbox.rst --- a/virtualbox.rst Sat Sep 03 19:45:43 2016 +0300 +++ b/virtualbox.rst Sat Sep 03 19:47:38 2016 +0300 @@ -15,4 +15,14 @@ TODO: which guests allow window resizing +Managing VirtualBox guests from command line +============================================ +List of known guests:: + + $ VBoxManage list vms + +Start guest by name:: + + $ VBoxManage startvm $NAME +