Skip to content

Instantly share code, notes, and snippets.

@jordifebrer
Created June 3, 2015 14:09
Show Gist options
  • Save jordifebrer/3b1a3b054af15c04a91b to your computer and use it in GitHub Desktop.
Save jordifebrer/3b1a3b054af15c04a91b to your computer and use it in GitHub Desktop.
vboxmanage commands
# 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