The purpose of this project is to easily fire up a VMs with a running Docker.
sudo apt-get install virtualboxDownload from website, then:
sudo dpkg -i vagrant_1.8.1_x86_64.debsudo apt-get remove pip
sudo apt-get install python-setuptools python-dev build-essential
sudo easy_install pip
sudo pip install ansible
Reboot system.
vagrant up --provider virtualbox
vagrant destroy
##License Apache