How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "bento/debian-8.8-i386"
  config.vm.box_version = "2.3.8"
end
vagrant init bento/debian-8.8-i386 \
  --box-version 2.3.8
vagrant up

This version was created over 5 years ago.

{ "name": "debian-8.8-i386", "version": "2.3.8", "build_timestamp": "20170717210803", "git_revision": "545a7b7af402a18af1eb657924df22bf6ee70e09", "git_status": "dirty", "box_basename": "debian-8.8-i386-2.3.8", "template": "debian-8.8-i386", "packer": "1.0.2", "vagrant": "1.9.7", "providers": [ { "name": "parallels", "version": "12.2.1", "file": "debian-8.8-i386-2.3.8.parallels.box", "checksum_type": "sha256", "checksum": "8ce8da878a0f759ee053d43853add6433655c98db16daf6fdce7ab6b57d96d43", "size": "387 MB", "build_time": 531 } ] }

3 providers for this version.
  • vmware_desktop Hosted by Vagrant Cloud (401 MB)

  • virtualbox Hosted by Vagrant Cloud (357 MB)

  • parallels Hosted by Vagrant Cloud (387 MB)