How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "ralloway/centos-8"
config.vm.box_version = "8.2.20201022"
end
vagrant init ralloway/centos-8 \
--box-version 8.2.20201022
vagrant up
This version was created almost 4 years ago.
For more information, including per-provider configuration info, support instructions, etc, please read our deployment guide