How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "vamshi-xtivia/mbc-centos"
config.vm.box_version = "6.4.0"
end
vagrant init vamshi-xtivia/mbc-centos \
--box-version 6.4.0
vagrant up
This version was created over 3 years ago.
Box for MBC with Unzip and other required software installed