How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "vamshi-xtivia/mbc-centos"
config.vm.box_version = "6.2"
end
vagrant init vamshi-xtivia/mbc-centos \
--box-version 6.2
vagrant up
This version was created over 4 years ago.
MBC Centos box with unzip installed