How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "v2lab/precise64"
config.vm.box_version = "2016.12.07"
end
vagrant init v2lab/precise64 \
--box-version 2016.12.07
vagrant up
This version was created about 6 years ago.
Latest Ubuntu 12.04 LTS