How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "chad-thompson/ubuntu-trusty64-gui"
config.vm.box_version = "0.1"
end
vagrant init chad-thompson/ubuntu-trusty64-gui \
--box-version 0.1
vagrant up
This version was created almost 10 years ago.
A base install of Ubuntu 14.04 LTS (Trusty Tahr) with the GUI enabled.
WARNING: as this is a base install of Ubuntu (with little minimization / configuration) and a GUI install, this box is rather large in size. (~1.5 GB)