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.8"
end
vagrant init bento/ubuntu-16.04-i386 \
--box-version 2.3.8
vagrant up
This version was created almost 7 years ago.
{ "name": "ubuntu-16.04-i386", "version": "2.3.8", "build_timestamp": "20170717191159", "git_revision": "545a7b7af402a18af1eb657924df22bf6ee70e09", "git_status": "dirty", "box_basename": "ubuntu-16.04-i386-2.3.8", "template": "ubuntu-16.04-i386", "packer": "1.0.2", "vagrant": "1.9.7", "providers": [ { "name": "parallels", "version": "12.2.1", "file": "ubuntu-16.04-i386-2.3.8.parallels.box", "checksum_type": "sha256", "checksum": "38e27e20ac9a66843b33fb4952bf727bb6d9eefae0b1c5bae6d8f0fdecf17c1d", "size": "421 MB", "build_time": 757 } ] }