How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "jhcook/centos7"
config.vm.box_version = "3.10.0.1160.41.1"
end
vagrant init jhcook/centos7 \
--box-version 3.10.0.1160.41.1
vagrant up
This version was created almost 3 years ago.
Latest kernel build of CentOS 7
There are no providers for this version.