How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "sitecompli/centos7"
config.vm.box_version = "20.23.0"
end
vagrant init sitecompli/centos7 \
--box-version 20.23.0
vagrant up
This version was created over 2 years ago.
CentOS image based on CentOS 7 2004.01, with GuestAdditions 6.1.16 pre-installed.