How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "jhu-wsep/centos7"
config.vm.box_version = "6.0.0"
end
vagrant init jhu-wsep/centos7 \
--box-version 6.0.0
vagrant up
This version was created about 5 years ago.
New CentOS 7.6 box built from scratch from minimal install. Fixes a problem with the v5.0.0 box with the latest linux kernel.