How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "breauxaj/alpine310"
config.vm.box_version = "2019.12"
end
vagrant init breauxaj/alpine310 \
--box-version 2019.12
vagrant up
This version was created about 1 year ago.
There isn't a description.