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