How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "perconajayj/centos-x86_64"
config.vm.box_version = "7.0.20141030"
end
vagrant init perconajayj/centos-x86_64 \
--box-version 7.0.20141030
vagrant up
This version was created over 8 years ago.
Note: Vmware Fusion not available in this release because the guest tools don't compile on CentOS 7. I suspect the 20140811 vmware version will not support shared filesystems.