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.20150804"
end
vagrant init perconajayj/centos-x86_64 \
  --box-version 7.1.20150804
vagrant up

This version was created about 9 years ago.

There isn't a description.

3 providers for this version.
  • aws
    unknown Hosted by Vagrant Cloud (381 Bytes)
  • virtualbox
    unknown Hosted by Vagrant Cloud (427 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (721 MB)