How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "minimal/trusty64"
end
vagrant init minimal/trusty64
vagrant up
This version was created over 7 years ago.
Ubuntu 14.04.4, updated with Virtualbox Guest Additions 5.0.18
This version was created almost 8 years ago.
Updated to 14.04.3 LTS
This version was created over 8 years ago.
64-bit Ubuntu Trusty (14.04.2 LTS) base box, minimal install - as few packages as the installer would let me get away with, plus vim, git, and sshd.