How to use this box with Vagrant:

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

This version was created about 5 years ago.

{ "name": "freebsd-10.4", "version": "201802.02.0", "build_timestamp": "20180206152106", "git_revision": "e04986dea27570867cc64f416903640e280714dc", "git_status": "dirty", "box_basename": "freebsd-10.4-201802.02.0", "template": "freebsd-10.4-amd64", "packer": "1.1.3", "vagrant": "2.0.1", "providers": [ { "name": "vmware_desktop", "version": "10.1.1", "file": "freebsd-10.4-201802.02.0.vmware.box", "checksum_type": "sha256", "checksum": "777919f7cc4a8fef5ecde23b84f1539bdea5952596f21065712182b44d70b6d8", "size": "874 MB", "build_time": 1014 } ] }

2 providers for this version.
  • vmware_desktop Hosted by Vagrant Cloud (873 MB)

  • virtualbox Hosted by Vagrant Cloud (806 MB)