How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "sharrache/centos6"
end
vagrant init sharrache/centos6
vagrant up
This version was created over 9 years ago.
Fix release version: set to 6 instead of 6.5, and update.
This version was created almost 10 years ago.
Rebuild version and change name
This version was created almost 10 years ago.
Set memory size to 256M by default and added man package
This version was created almost 10 years ago.
Make centos image as close as possible as default centos installation
This version was created almost 10 years ago.
Do not install NetworkManager
This version was created almost 10 years ago.
Fix network configuration
This version was created almost 10 years ago.
There isn't a description.