How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "ekko919/Rocky-8.x"
config.vm.box_version = "2023.07.08"
end
vagrant init ekko919/Rocky-8.x \
--box-version 2023.07.08
vagrant up
This version was created about 1 year ago.
This is the initial build release for VSL (Vagrant Server Lab) project for Rocky 8.x OS.