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