How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/fedora-26"
config.vm.box_version = "201801.02.0"
end
vagrant init bento/fedora-26 \
--box-version 201801.02.0
vagrant up
This version was created about 5 years ago.
{ "name": "fedora-26", "version": "201801.02.0", "build_timestamp": "20180103225935", "git_revision": "0200704bfc43c9873abcbe243ca6e328812441e1", "git_status": "dirty", "box_basename": "fedora-26-201801.02.0", "template": "fedora-26-x86_64", "packer": "1.1.3", "vagrant": "2.0.1", "providers": [ { "name": "vmware_desktop", "version": "10.1.0", "file": "fedora-26-201801.02.0.vmware.box", "checksum_type": "sha256", "checksum": "0ab250a9ab4d370baec094c5fb47b6f84253e03a1dc780825f915870d5d5ab4b", "size": "370 MB", "build_time": 472 } ] }