How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "jamesla/debian-basebox"
config.vm.box_version = "2020.10.10"
end
vagrant init jamesla/debian-basebox \
--box-version 2020.10.10
vagrant up
This version was created almost 4 years ago.
There isn't a description.