How to use this box with Vagrant:
Vagrant.configure("2") do |config| config.vm.box = "boxomatic/debian-10" end
vagrant init boxomatic/debian-10 vagrant up