How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "bento/freebsd-10"
  config.vm.box_version = "201803.24.0"
end
vagrant init bento/freebsd-10 \
  --box-version 201803.24.0
vagrant up

This version was created over 5 years ago.

{ "name": "freebsd-10.4", "version": "201803.24.0", "build_timestamp": "20180325134331", "git_revision": "4f1a65426ce024ddd6539f2931186e23558bb30c", "git_status": "dirty", "box_basename": "freebsd-10.4-201803.24.0", "template": "freebsd-10.4-amd64", "packer": "1.2.1", "vagrant": "2.0.1", "providers": [ { "name": "virtualbox", "version": "5.2.6", "file": "freebsd-10.4-201803.24.0.virtualbox.box", "checksum_type": "sha256", "checksum": "cafe0e5cb7e3597de0abae1008ec21c835a85dbf246745a03bf33af0bd1e847b", "size": "770 MB", "build_time": 1342 } ] }

3 providers for this version.
  • parallels
    unknown Hosted by Vagrant Cloud (682 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (769 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (877 MB)