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