How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "dstoliker/cured-centos8"
end
vagrant init dstoliker/cured-centos8
vagrant up
This version was created about 3 years ago.
fix epel install
This version was created about 3 years ago.
initial release