How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "dangora/centos84"
config.vm.box_version = "8.4.2105"
end
vagrant init dangora/centos84 \
--box-version 8.4.2105
vagrant up
This version was created over 1 year ago.
Centos OS 8.4 (release 8.4.2105 kernel 4.18.0-305.3.1.el8.x86_64). Created from centos/8 version 2011.0, yum update
First try building a box.. For goodness sake don't use this in a production environment.