How to use this box with Vagrant:
Vagrant.configure("2") do |config| config.vm.box = "grypyrg/centos-x86_64" config.vm.box_version = "7.2.20160714" end
vagrant init grypyrg/centos-x86_64 \ --box-version 7.2.20160714 vagrant up
This version was created about 7 years ago.
There isn't a description.