Created
June 3, 2015 14:09
-
-
Save jordifebrer/3b1a3b054af15c04a91b to your computer and use it in GitHub Desktop.
vboxmanage commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# start vm | |
vboxmanage startvm vm_name | |
# stop vm | |
vboxmanage controlvm vm_name poweroff | |
# clone vm | |
vboxmanage clonevm vm_name --name new_vm_name --register --mode all | |
# list vms | |
vboxmanage list vms | |
vboxmanage list runningvms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment