I've used VirtualBox on a mac server, to run Ubuntu server instances, and I've liked it.

However I have a little bit of difficulty, because VirtualBox seems to be a GUI thing, so I SVN into my mac server, and use the GUI to run it, It would be great if I could somehow run an ubuntu (server) instance, from shell when I SSH into it.

I'm looking for a simple way I don't want to get too much into advanced virtualization tools/methods, something like VirtualBox or VirtualBox itself would be great.

link|improve this question

feedback

2 Answers

up vote 4 down vote accepted

It is possible to do this VirtualBox using VBoxManage. This should be included by default on any VirtualBox install.

VBoxManage startvm NAME --type=headless

link|improve this answer
feedback

You can use phpvirtualbox as a web based front-end to VirtualBox.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.