How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "magmacore/magma_dev"
config.vm.box_version = "1.1.20201216"
end
vagrant init magmacore/magma_dev \
--box-version 1.1.20201216
vagrant up
This version was created over 3 years ago.
There isn't a description.