Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 340 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 340 Bytes

Peon Devops environment

VirtualBox useful commands

# list all virtual machines
$ vboxmanage list vms

# list all the running virtual machines
$ vboxmanage list runningvms

# start a virtual machine
$ vboxmanage startvm <name or uuid>

# details of a virtual machine
$ vboxmanage showvminfo <name or uuid>