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