How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/ubuntu-14.04-i386"
config.vm.box_version = "201802.02.0"
end
vagrant init bento/ubuntu-14.04-i386 \
--box-version 201802.02.0
vagrant up
This version was created about 5 years ago.
{ "name": "ubuntu-14.04-i386", "version": "201802.02.0", "build_timestamp": "20180206012141", "git_revision": "e04986dea27570867cc64f416903640e280714dc", "git_status": "dirty", "box_basename": "ubuntu-14.04-i386-201802.02.0", "template": "ubuntu-14.04-i386", "packer": "1.1.3", "vagrant": "2.0.1", "providers": [ { "name": "vmware_desktop", "version": "10.1.1", "file": "ubuntu-14.04-i386-201802.02.0.vmware.box", "checksum_type": "sha256", "checksum": "d4237486841fc8baee6111329488bab8d93f7b94bae7d7c69f2cac4f602ce4e2", "size": "336 MB", "build_time": 703 } ] }