How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "debian/jessie64"
  config.vm.box_version = "8.7.0"
end
vagrant init debian/jessie64 \
  --box-version 8.7.0
vagrant up

This version was created almost 7 years ago.

  • stable point release
  • libvirt: use NFSv4 for shared folder by default (see Debian bug #837992)
3 providers for this version.
  • libvirt
    unknown Hosted by Vagrant Cloud (280 MB)
  • lxc
    unknown Hosted by Vagrant Cloud (161 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (309 MB)