How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/ubuntu-14.04-i386"
config.vm.box_version = "201808.24.0"
end
vagrant init bento/ubuntu-14.04-i386 \
--box-version 201808.24.0
vagrant up
This version was created over 4 years ago.
{ "name": "ubuntu-14.04-i386", "version": "201808.24.0", "build_timestamp": "20180831233334", "git_revision": "8eef8e85011cd940e9a5566acec73c44997594fc", "git_status": "dirty", "box_basename": "ubuntu-14.04-i386-201808.24.0", "template": "ubuntu-14.04-i386", "packer": "1.2.5", "vagrant": "2.1.2", "providers": [ { "name": "parallels", "version": "13.3.2", "file": "ubuntu-14.04-i386-201808.24.0.parallels.box", "checksum_type": "sha256", "checksum": "f4a6903b60ef9898339b2aee00eb48ca7751e3c005bb72069f83c245231cc88b", "size": "353 MB", "build_time": 758 } ] }