How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "patrikcze/centos8-2004"
config.vm.box_version = "0.6.1"
end
vagrant init patrikcze/centos8-2004 \
--box-version 0.6.1
vagrant up
This version was created almost 3 years ago.
Initial Version Vagrant Box for providers VMware and VirtualBox Contains POC image of CentOS 8.2 (2004)