How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "SaltwaterC/centos-7.4"
config.vm.box_version = "7.4.1708-20171027"
end
vagrant init SaltwaterC/centos-7.4 \
--box-version 7.4.1708-20171027
vagrant up
This version was created almost 7 years ago.
Latest CentOS 7.4 at the time of build