How to use this box with Vagrant:

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

This version was created about 5 years ago.

{ "name": "fedora-26", "version": "201802.02.0", "build_timestamp": "20180205134245", "git_revision": "e04986dea27570867cc64f416903640e280714dc", "git_status": "dirty", "box_basename": "fedora-26-201802.02.0", "template": "fedora-26-x86_64", "packer": "1.1.3", "vagrant": "2.0.1", "providers": [ { "name": "vmware_desktop", "version": "10.1.1", "file": "fedora-26-201802.02.0.vmware.box", "checksum_type": "sha256", "checksum": "a017d480d7bc141a5ed5ac3b3b9a3a2626299b4e29950a7aba47c37267646ad4", "size": "373 MB", "build_time": 524 } ] }

3 providers for this version.
  • vmware_desktop Hosted by Vagrant Cloud (373 MB)

  • parallels Hosted by Vagrant Cloud (366 MB)

  • virtualbox Hosted by Vagrant Cloud (293 MB)