How to use this box with Vagrant:
Vagrant.configure("2") do |config| config.vm.box = "chelenjer27/centos" config.vm.box_version = "7.7" end
vagrant init chelenjer27/centos \ --box-version 7.7 vagrant up
This version was created 3 months ago.
There isn't a description.