How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/ubuntu-14.04-i386"
config.vm.box_version = "201801.02.0"
end
vagrant init bento/ubuntu-14.04-i386 \
--box-version 201801.02.0
vagrant up
This version was created about 5 years ago.
{ "name": "ubuntu-14.04-i386", "version": "201801.02.0", "build_timestamp": "20180105164647", "git_revision": "e183677495d3e8bd28e29e6b27b6b0c186c83639", "git_status": "clean", "box_basename": "ubuntu-14.04-i386-201801.02.0", "template": "ubuntu-14.04-i386", "packer": "1.1.3", "vagrant": "2.0.1", "providers": [ { "name": "virtualbox", "version": "5.2.4", "file": "ubuntu-14.04-i386-201801.02.0.virtualbox.box", "checksum_type": "sha256", "checksum": "13beb3ac0a94bee346c3f2d950b29a5792363e971d5afaab4ad0f20f91504332", "size": "363 MB", "build_time": 1151 } ] }