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