How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "geerlingguy/rockylinux8"
end
vagrant init geerlingguy/rockylinux8
vagrant up
This version was created almost 2 years ago.
There isn't a description.
This version was created over 2 years ago.
Initial box version.