How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "jdeathe/centos-6-i386-minimal-en_us"
config.vm.box_version = "6.10.0"
end
vagrant init jdeathe/centos-6-i386-minimal-en_us \
--box-version 6.10.0
vagrant up
This version was created over 3 years ago.