How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "wittman/centos-6.7"
end
vagrant init wittman/centos-6.7
vagrant up
This version was created over 8 years ago.
Minimal install of CentOS 6.7 with EPEL pre-installed.
This version was created over 8 years ago.
Minimal install of CentOS 6.7 with EPEL pre-installed.