How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "minimal/centos7"
config.vm.box_version = "7.0"
end
vagrant init minimal/centos7 \
--box-version 7.0
vagrant up
This version was created almost 8 years ago.
64-bit CentOS 7.0 base box, minimal install - as few packages as the installer would let me get away with, plus vim, git, and sshd.