virtualbox.rst
changeset 2025 10204d808399
parent 1912 8b81a8f0f692
child 2230 9e6ad6607a9e
--- 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
+