How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "capensis/centos7-testtech"
config.vm.box_version = "1803.01"
end
vagrant init capensis/centos7-testtech \
--box-version 1803.01
vagrant up
This version was created over 3 years ago.
Centos 7 Version 1803.01