How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bkenro/centos7"
end
vagrant init bkenro/centos7
vagrant up
This version was created over 5 years ago.
Based on official centos/7 (v1901.01) box, with VBoxAdditions and some dependencies.
This version was created almost 7 years ago.
Same box hosted by Vagrant Cloud.
This version was created almost 7 years ago.
initial experimental release.