How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "svil50/centos-vagrant"
config.vm.box_version = "2"
end
vagrant init svil50/centos-vagrant \
--box-version 2
vagrant up
This version was created about 2 years ago.
There isn't a description.