How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "standorsett/centos-7-atomic"
config.vm.box_version = "1708.01"
end
vagrant init standorsett/centos-7-atomic \
--box-version 1708.01
vagrant up
This version was created over 5 years ago.
initial release