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