How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "devenv/debian-jessie"
config.vm.box_version = "2"
end
vagrant init devenv/debian-jessie \
--box-version 2
vagrant up
This version was created over 8 years ago.
Nothing special about this debian jessie. It's minimal and used to a VM that will contain Dockers, so it doesn't have a lot of functionality.