How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "sixpac009/centos71-base"
  config.vm.box_version = "0.0.1"
end
vagrant init sixpac009/centos71-base \
  --box-version 0.0.1
vagrant up

This version was created over 7 years ago.

There isn't a description.

3 providers for this version.
  • parallels Hosted by Vagrant Cloud (462 MB)

  • virtualbox Hosted by Vagrant Cloud (387 MB)

  • vmware_desktop Hosted by Vagrant Cloud (473 MB)