How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "mojdigital/ubuntu-12.04-amd64"
config.vm.box_version = "2015.03.08"
end
vagrant init mojdigital/ubuntu-12.04-amd64 \
--box-version 2015.03.08
vagrant up
This version was created about 8 years ago.
There isn't a description.