How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "cosm/centos7"
config.vm.box_version = "7.9.2009.20221117"
end
vagrant init cosm/centos7 \
--box-version 7.9.2009.20221117
vagrant up
This version was created 4 months ago.
Original image: centos/7 v2004.01
Customize