How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "BOSH/bosh-lite-ubuntu-trusty"
config.vm.box_version = "347"
end
vagrant init BOSH/bosh-lite-ubuntu-trusty \
--box-version 347
vagrant up
This version was created over 8 years ago.
BOSH Lite boxes for AWS, Virtualbox and VMWare.