How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "centos/7"
config.vm.box_version = "1602.02"
end
vagrant init centos/7 \
--box-version 1602.02
vagrant up
This version was created over 8 years ago.
CentOS Linux 7 / x86_64 Vagrant box Updated to Feb 26th 2016
This box has all updates applied to Feb 26th 2016. The backing disk is a 40GB sparse populated disk.
I want to thank Laurentiu Pancescu < https://github.com/lpancescu > and Lalatendu Mohanty < https://github.com/LalatenduMohanty > for their work on network usability improvements and their extensive testing for this release.