How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "centos/atomic-host"
config.vm.box_version = "7.20170131"
end
vagrant init centos/atomic-host \
--box-version 7.20170131
vagrant up
This version was created over 7 years ago.
CentOS Atomic Host, Jan 2017
Come join the development, tesing and release effort for the CentOS Atomic host at http://github.com/centos/sig-atomic-buildscripts
Please file issues against the Downstream branch on github.com