How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "alphacat97/centos7-64bit-g"
config.vm.box_version = "20210727"
end
vagrant init alphacat97/centos7-64bit-g \
--box-version 20210727
vagrant up
This version was created about 2 years ago.
There isn't a description.