How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "fedora/26-atomic-host"
  config.vm.box_version = "26.20171016.0"
end
vagrant init fedora/26-atomic-host \
  --box-version 26.20171016.0
vagrant up

This version was created almost 7 years ago.

There isn't a description.

2 providers for this version.
  • libvirt
    unknown Externally hosted (download.fedoraproject.org)
  • virtualbox
    unknown Externally hosted (download.fedoraproject.org)