How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "dmunicio/CentOS_6.10"
  config.vm.box_version = "1.02"
end
vagrant init dmunicio/CentOS_6.10 \
  --box-version 1.02
vagrant up

This version was created 10 months ago.

Disabled SELinux and basic configure of Apache

1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (788 MB)