How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "standorsett/centos-7-atomic"
  config.vm.box_version = "1802.01"
end
vagrant init standorsett/centos-7-atomic \
  --box-version 1802.01
vagrant up

This version was created about 5 years ago.

initial release

1 provider for this version.
  • vmware_ovf Hosted by Vagrant Cloud (729 MB)