How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "skyzyx/centos7"
  config.vm.box_version = "2.1.1"
end
vagrant init skyzyx/centos7 \
  --box-version 2.1.1
vagrant up

This version was created about 8 years ago.

2.1.1 - 2016-08-10

  • Actually resolved an issue with HGFS drivers in the VMware box.
  • The Parallels version was unchanged, and is not included in this version.
2 providers for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (698 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (792 MB)