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