How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bunchc/centos7-desktop"
config.vm.box_version = "2019-05-31"
end
vagrant init bunchc/centos7-desktop \
--box-version 2019-05-31
vagrant up
This version was created over 4 years ago.
There isn't a description.