How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "geerlingguy/ubuntu1404"
config.vm.box_version = "1.1.1"
end
vagrant init geerlingguy/ubuntu1404 \
--box-version 1.1.1
vagrant up
This version was created over 8 years ago.
Switch back to 14.04.1 so VMware HGFS errors go away. See: https://github.com/geerlingguy/packer-ubuntu-1604/issues/5
Also built with VirtualBox 5.0.20 guest additions.