How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "coremedia/base7"
config.vm.box_version = "2.1.0"
end
vagrant init coremedia/base7 \
--box-version 2.1.0
vagrant up
This version was created over 7 years ago.
Using rolling ISO media release CentOS 7 January 2016 (1601) plus updates
based on ebc5ddf6976f24e1526a077f27f58974d81f7428 (initiated by edehde)