How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "questiny/ubuntu1404"
end
vagrant init questiny/ubuntu1404
vagrant up
This version was created over 7 years ago.
Installed all infrastructure software with minimal configuration. No software installation or updating required.
There are no providers for this version.
This version was created over 7 years ago.
Ubuntu 14.04.3 Server (64bit). Has a few extraneous packages like build-essential and open-vm-tools along with a variety of basic applications (vim, sed, htop, etc). This is not a stripped down base box.
Is setup by default for up to 120GB storage, 4GB RAM, and 2 CPUs. Please configure your Vagrantfile before launching this VM if these settings do not meet your needs or minimum host specifications.