How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/debian-8.6-i386"
config.vm.box_version = "2.3.1"
end
vagrant init bento/debian-8.6-i386 \
--box-version 2.3.1
vagrant up
This version was created over 6 years ago.
{ "name": "debian-8.6-i386", "version": "2.3.1", "build_timestamp": "20161203151735", "git_revision": "277793ff1be79b460d702204f76ae308f096844e", "box_basename": "debian-8.6-i386-2.3.1", "template": "debian-8.6-i386", "cpus": "1", "memory": "1024", "providers": [ { "name": "parallels", "file": "debian-8.6-i386-2.3.1.parallels.box", "checksum_type": "sha256", "checksum": "13bc348137a7765a00c629873477aa65286becb02fbbe4e9b512efb2c88d3ddc", "size": "382 MB" }, { "name": "virtualbox", "file": "debian-8.6-i386-2.3.1.virtualbox.box", "checksum_type": "sha256", "checksum": "17ebbbfbc7cf9a337a129483aaf7decb1c308a726f146f66f8c6f73bc4fc7a08", "size": "341 MB" }, { "name": "vmware_desktop", "file": "debian-8.6-i386-2.3.1.vmware.box", "checksum_type": "sha256", "checksum": "cdd3596749b9808f2def93bfd950978c7c9bafb88ce6c90e912db03a86492fed", "size": "415 MB" } ], "tool_versions": { "packer": "0.12.0", "vagrant": "1.9.0", "parallels": "12.1.1", "virtualbox": "5.1.10", "vmware_fusion": "8.5.2" }, "build_times": { "parallels-iso": 750, "virtualbox-iso": 750, "vmware-iso": 750 } }