How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "BOSH/bosh-lite-ubuntu-trusty"
config.vm.box_version = "360"
end
vagrant init BOSH/bosh-lite-ubuntu-trusty \
--box-version 360
vagrant up
This version was created over 8 years ago.
There isn't a description.