How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/ubuntu-16.04-i386"
config.vm.box_version = "2.3.1"
end
vagrant init bento/ubuntu-16.04-i386 \
--box-version 2.3.1
vagrant up
This version was created over 7 years ago.
{ "name": "ubuntu-16.04-i386", "version": "2.3.1", "build_timestamp": "20161202123521", "git_revision": "277793ff1be79b460d702204f76ae308f096844e", "box_basename": "ubuntu-16.04-i386-2.3.1", "template": "ubuntu-16.04-i386", "cpus": "1", "memory": "1024", "providers": [ { "name": "parallels", "file": "ubuntu-16.04-i386-2.3.1.parallels.box", "checksum_type": "sha256", "checksum": "1d593b53d6d13834049f7dca340b2407f6e24cccd94fd622aa82a08ec836c3d5", "size": "490 MB" }, { "name": "virtualbox", "file": "ubuntu-16.04-i386-2.3.1.virtualbox.box", "checksum_type": "sha256", "checksum": "b8d4d671f809f59eeb0c10d01cd20d4a3af58dd669bfc50177bb75170b2633bc", "size": "452 MB" }, { "name": "vmware_desktop", "file": "ubuntu-16.04-i386-2.3.1.vmware.box", "checksum_type": "sha256", "checksum": "67c97316a02dcc353c76debe307669e217488a8451132891189a6ed5ad25b791", "size": "525 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": 1133, "virtualbox-iso": 1133, "vmware-iso": 1133 } }