January 2015
Intermediate to advanced
298 pages
6h 27m
English
VirtualBox is a popular virtualization toolbox from Oracle Corporation that allows us to run virtual instances of other operating systems on top of the host operating system. In this recipe, we will install VirtualBox and configure host network interfaces. Such a configuration will allow us to connect from host to guest and back during the automated builds.
For this recipe, we will require the Ubuntu 12.04 amd64 operating system running.
The following procedure will help you to install VirtualBox:
sudo apt-get install uml-utilities
Read now
Unlock full access