How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "perconajayj/centos-x86_64"
  config.vm.box_version = "7.1.20150818"
end
vagrant init perconajayj/centos-x86_64 \
  --box-version 7.1.20150818
vagrant up

This version was created almost 8 years ago.

There isn't a description.

4 providers for this version.
  • openstack Hosted by Vagrant Cloud (389 Bytes)

  • aws Hosted by Vagrant Cloud (378 Bytes)

  • virtualbox Hosted by Vagrant Cloud (435 MB)

  • vmware_desktop Hosted by Vagrant Cloud (730 MB)