How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "coremedia/base7"
config.vm.box_version = "2.0.4"
end
vagrant init coremedia/base7 \
--box-version 2.0.4
vagrant up
This version was created over 8 years ago.
Using CentOS 7.2 (released Dec 14) plus updates
based on 28678b80c074f086517c83eab3ce8fd96be32216 (initiated by edehde)