How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "fedora/28-atomic-host"
config.vm.box_version = "28.20180804.0"
end
vagrant init fedora/28-atomic-host \
--box-version 28.20180804.0
vagrant up
This version was created about 6 years ago.
There isn't a description.