How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/ubuntu-17.10"
config.vm.box_version = "201802.02.0"
end
vagrant init bento/ubuntu-17.10 \
--box-version 201802.02.0
vagrant up
This version was created over 5 years ago.
{ "name": "ubuntu-17.10", "version": "201802.02.0", "build_timestamp": "20180204212851", "git_revision": "e04986dea27570867cc64f416903640e280714dc", "git_status": "dirty", "box_basename": "ubuntu-17.10-201802.02.0", "template": "ubuntu-17.10-amd64", "packer": "1.1.3", "vagrant": "2.0.1", "providers": [ { "name": "vmware_desktop", "version": "10.1.1", "file": "ubuntu-17.10-201802.02.0.vmware.box", "checksum_type": "sha256", "checksum": "14e0033c917d0ff12298cd78d6ef02439a04a0270da6305dec8ea723ba124d18", "size": "484 MB", "build_time": 1086 } ] }