How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "zsram/debian12-docker"
config.vm.box_version = "23.10.0"
end
vagrant init zsram/debian12-docker \
--box-version 23.10.0
vagrant up
This version was created 10 months ago.
There isn't a description.