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.4"
end
vagrant init bento/ubuntu-16.04-i386 \
--box-version 2.3.4
vagrant up
This version was created over 7 years ago.
{ "name": "ubuntu-16.04-i386", "version": "2.3.4", "build_timestamp": "20170317215239", "git_revision": "ee3f7c2ee6eeea6a69f849e4f07ce124a90269e2", "box_basename": "ubuntu-16.04-i386-2.3.4", "template": "ubuntu-16.04-i386", "cpus": "1", "memory": "1024", "providers": [ { "name": "vmware_desktop", "file": "ubuntu-16.04-i386-2.3.4.vmware.box", "checksum_type": "sha256", "checksum": "e858668e81b1fb4dd21be2facb68bcca5928cd8f59e6536a6ce263757362196c", "size": "497 MB" } ], "tool_versions": { "packer": "0.12.3", "vagrant": "1.9.2", "parallels": "12.1.3", "virtualbox": "5.1.16", "vmware_fusion": "8.5.5" }, "build_times": { "vmware-iso": 1053 } }