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.6"
end
vagrant init bento/ubuntu-14.04-i386 \
--box-version 2.3.6
vagrant up
This version was created over 6 years ago.
{ "name": "ubuntu-14.04-i386", "version": "2.3.6", "build_timestamp": "20170503131233", "git_revision": "c903a532b3cc14571c1f19ec8945ce6a89dee0ea", "box_basename": "ubuntu-14.04-i386-2.3.6", "template": "ubuntu-14.04-i386", "cpus": "1", "memory": "1024", "providers": [ { "name": "virtualbox", "file": "ubuntu-14.04-i386-2.3.6.virtualbox.box", "checksum_type": "sha256", "checksum": "b0df7a43d8d2bc9577ac0c606be20496236788a24334064fc2a3230101f5764e", "size": "386 MB" } ], "tool_versions": { "packer": "1.0.0", "vagrant": "1.9.4", "parallels": "12.2.0", "virtualbox": "5.1.22", "vmware_fusion": "8.5.6" }, "build_times": { "virtualbox-iso": 706 } }