How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "coremedia/base7"
config.vm.box_version = "2.0.1"
end
vagrant init coremedia/base7 \
--box-version 2.0.1
vagrant up
This version was created about 8 years ago.
Using rolling ISO media release CentOS 7 August 2015 (1508) plus updates
Added workaround for https://bugs.centos.org/view.php?id=8490 (https://bugzilla.redhat.com/show_bug.cgi?id=1212883)
based on 7ac05234dcb13b13dcd3273c639fe4a8ff1f1f4d (initiated by edehde)