How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "minimal/trusty64"
config.vm.box_version = "14.04.3"
end
vagrant init minimal/trusty64 \
--box-version 14.04.3
vagrant up
This version was created about 5 years ago.
Updated to 14.04.3 LTS