How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "nehrman/centos7-x64-mini"
config.vm.box_version = "0.1"
end
vagrant init nehrman/centos7-x64-mini \
--box-version 0.1
vagrant up
This version was created about 9 years ago.
This box version 0.1 of Centos 7 x64 is build for VMware Fusion.
It's based on Centos 7 minimum install and integrates :
Root user : root Root password : vagrant Vagrant user : vagrant Vagrant password : password