How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "asenci/centos"
config.vm.box_version = "7.8.2003-1590100187"
end
vagrant init asenci/centos \
--box-version 7.8.2003-1590100187
vagrant up
This version was created over 3 years ago.
There isn't a description.