How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/ubuntu-14.04-i386"
config.vm.box_version = "2.3.5"
end
vagrant init bento/ubuntu-14.04-i386 \
--box-version 2.3.5
vagrant up
This version was created about 6 years ago.
{ "name": "ubuntu-14.04-i386", "version": "2.3.5", "build_timestamp": "20170424172519", "git_revision": "a38fba79f9410f2f3bcb7d155bbc7714638a4b33", "box_basename": "ubuntu-14.04-i386-2.3.5", "template": "ubuntu-14.04-i386", "cpus": "1", "memory": "1024", "providers": [ { "name": "vmware_desktop", "file": "ubuntu-14.04-i386-2.3.5.vmware.box", "checksum_type": "sha256", "checksum": "d17d739ca5517991c1f9d70b8fc783247cb534d66ae3b5736d5d15475abe4e70", "size": "410 MB" } ], "tool_versions": { "packer": "0.12.3", "vagrant": "1.9.3", "parallels": "12.2.0", "virtualbox": "5.1.20", "vmware_fusion": "8.5.6" }, "build_times": { "vmware-iso": 794 } }