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.1"
end
vagrant init bento/ubuntu-14.04-i386 \
--box-version 2.3.1
vagrant up
This version was created over 6 years ago.
{ "name": "ubuntu-14.04-i386", "version": "2.3.1", "build_timestamp": "20161202165023", "git_revision": "277793ff1be79b460d702204f76ae308f096844e", "box_basename": "ubuntu-14.04-i386-2.3.1", "template": "ubuntu-14.04-i386", "cpus": "1", "memory": "1024", "providers": [ { "name": "parallels", "file": "ubuntu-14.04-i386-2.3.1.parallels.box", "checksum_type": "sha256", "checksum": "f83ca5507ae2cfc4ad5bddf92b62f224300edd7041cdf093e97ffcaf22b85072", "size": "401 MB" }, { "name": "virtualbox", "file": "ubuntu-14.04-i386-2.3.1.virtualbox.box", "checksum_type": "sha256", "checksum": "0b17750a8f35b6782d10e7062d80ed853b5127c406f1bac729678e43b66dc537", "size": "364 MB" }, { "name": "vmware_desktop", "file": "ubuntu-14.04-i386-2.3.1.vmware.box", "checksum_type": "sha256", "checksum": "2dda2823868bff6fc5e64de56f9d7802836237ad079ff68eccafa74cf06bf0be", "size": "439 MB" } ], "tool_versions": { "packer": "0.12.0", "vagrant": "1.9.0", "parallels": "12.1.1", "virtualbox": "5.1.10", "vmware_fusion": "8.5.2" }, "build_times": { "parallels-iso": 1095, "virtualbox-iso": 1095, "vmware-iso": 1095 } }