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