Last Updated: February 25, 2016
·
2.222K
· tiwilliam

Run VirtualBox machine in background

If you as me use a virtual machine and SSH for development it's really easy to make it run in the background with following command.

VBoxManage startvm "dev01" --type headless

1 Response
Add your response

Vagrant is wrapping this approach in combination with provisioning tools like Chef etc.

over 1 year ago ·