How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/debian-8.10-i386"
config.vm.box_version = "201801.02.0"
end
vagrant init bento/debian-8.10-i386 \
--box-version 201801.02.0
vagrant up
This version was created about 5 years ago.
{ "name": "debian-8.10-i386", "version": "201801.02.0", "build_timestamp": "20180103042800", "git_revision": "0200704bfc43c9873abcbe243ca6e328812441e1", "git_status": "dirty", "box_basename": "debian-8.10-i386-201801.02.0", "template": "debian-8.10-i386", "packer": "1.1.3", "vagrant": "2.0.1", "providers": [ { "name": "vmware_desktop", "version": "10.1.0", "file": "debian-8.10-i386-201801.02.0.vmware.box", "checksum_type": "sha256", "checksum": "ded1fc18ddf3eed4bd2142914b9293cd8f2cb3da77ca49d7c4647bd1944909df", "size": "395 MB", "build_time": 504 } ] }