How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "alge/centos7"
end
vagrant init alge/centos7
vagrant up
This version was created almost 3 years ago.
CentOs7 updated - based on centos/7 Vagrant box
This version was created almost 3 years ago.
CentOs7 with minimal install - based on centos/7 Vagrant box