How to use this box with Vagrant:

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

This version was created over 4 years ago.

{ "name": "freebsd-10.4", "version": "201808.24.0", "build_timestamp": "20180831211401", "git_revision": "8eef8e85011cd940e9a5566acec73c44997594fc", "git_status": "dirty", "box_basename": "freebsd-10.4-201808.24.0", "template": "freebsd-10.4-amd64", "packer": "1.2.5", "vagrant": "2.1.2", "providers": [ { "name": "parallels", "version": "13.3.2", "file": "freebsd-10.4-201808.24.0.parallels.box", "checksum_type": "sha256", "checksum": "e05f5cd0f962fe5482f1148d603ac19764778f979e7b4819d89c21ddc5e9d30a", "size": "688 MB", "build_time": 384 } ] }

3 providers for this version.
  • parallels Hosted by Vagrant Cloud (688 MB)

  • vmware_desktop Hosted by Vagrant Cloud (821 MB)

  • virtualbox Hosted by Vagrant Cloud (801 MB)