How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "bento/ubuntu-16.10-i386"
  config.vm.box_version = "2.3.6"
end
vagrant init bento/ubuntu-16.10-i386 \
  --box-version 2.3.6
vagrant up

This version was created almost 6 years ago.

{ "name": "ubuntu-16.10-i386", "version": "2.3.6", "build_timestamp": "20170503141935", "git_revision": "c903a532b3cc14571c1f19ec8945ce6a89dee0ea", "box_basename": "ubuntu-16.10-i386-2.3.6", "template": "ubuntu-16.10-i386", "cpus": "1", "memory": "1024", "providers": [ { "name": "virtualbox", "file": "ubuntu-16.10-i386-2.3.6.virtualbox.box", "checksum_type": "sha256", "checksum": "d3759ac41f4e9c59018ed96a93472ce17897aad2314b38dc8ded7a65f350f80b", "size": "472 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": 913 } }

1 provider for this version.
  • virtualbox Hosted by Vagrant Cloud (472 MB)