VirtualBox CLI: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 13: | Line 13: | ||
<pre> | <pre> | ||
VBoxManage startvm openshift-master1 --type headless | VBoxManage startvm openshift-master1 --type headless | ||
</pre> | |||
The available VMs can be found with [[VirtualBox_CLI#List_Available_VMs|VBoxManage list]]. | |||
=Stopping VMs from Command Line= | |||
<pre> | |||
VBoxManage controlvm openshift-master1 acpipowerbutton | |||
</pre> | </pre> | ||
Latest revision as of 18:37, 24 May 2017
Internal
List Available VMs
VBoxManage list vms
Starting VMs from Command Line
VBoxManage startvm openshift-master1 --type headless
The available VMs can be found with VBoxManage list.
Stopping VMs from Command Line
VBoxManage controlvm openshift-master1 acpipowerbutton
The available VMs can be found with VBoxManage list.
Managing an Environment from Command Line
Organizatorium
VBoxManage guestproperty enumerate "guest-name"