How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/fedora-26"
config.vm.box_version = "201710.23.0"
end
vagrant init bento/fedora-26 \
--box-version 201710.23.0
vagrant up
This version was created over 5 years ago.
{ "name": "fedora-26", "version": "201710.23.0", "build_timestamp": "20171023183941", "git_revision": "699b769d835a942fa67a9605f5ed6d7b0afd6e0b", "git_status": "dirty", "box_basename": "fedora-26-201710.23.0", "template": "fedora-26-x86_64", "packer": "1.1.1", "vagrant": "2.0.0", "providers": [ { "name": "parallels", "version": "13.1.1", "file": "fedora-26-201710.23.0.parallels.box", "checksum_type": "sha256", "checksum": "d786f9c98c0494a675004807990fdf9936d14fcca54bbc783e7aa6ccf7478d1a", "size": "362 MB", "build_time": 1142 }, { "name": "virtualbox", "version": "5.1.30", "file": "fedora-26-201710.23.0.virtualbox.box", "checksum_type": "sha256", "checksum": "0c309b6f1fd089b612f9a14564271ab750e3c96762b35645729afd7da4609afe", "size": "294 MB", "build_time": 1142 }, { "name": "vmware_desktop", "version": "10.0.1", "file": "fedora-26-201710.23.0.vmware.box", "checksum_type": "sha256", "checksum": "58c4eaedd5847ba39dac1fa20ec60e22f236c3010c45fe26dfde6b38de20e043", "size": "373 MB", "build_time": 1142 } ] }