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