How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "Salmon/centos7-m24ready"
config.vm.box_version = "20200915.0"
end
vagrant init Salmon/centos7-m24ready \
--box-version 20200915.0
vagrant up
This version was created about 3 years ago.
CentOS Linux 7/x86_64 Vagrant images updated to 15th Sep 2020 and based on CentOS 7.8.2003.
flock
ing