How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/freebsd-10"
config.vm.box_version = "201805.15.0"
end
vagrant init bento/freebsd-10 \
--box-version 201805.15.0
vagrant up
This version was created almost 5 years ago.
{ "name": "freebsd-10.4", "version": "201805.15.0", "build_timestamp": "20180516225854", "git_revision": "d7149ee88fa3ee0a838ef802bc237634a27c5794", "git_status": "dirty", "box_basename": "freebsd-10.4-201805.15.0", "template": "freebsd-10.4-amd64", "packer": "1.2.3", "vagrant": "2.1.1", "providers": [ { "name": "virtualbox", "version": "5.2.12", "file": "freebsd-10.4-201805.15.0.virtualbox.box", "checksum_type": "sha256", "checksum": "13a88345374cfcbc7bc28e970264e26f544c44e58a4c6fa84ca548d90849c662", "size": "781 MB", "build_time": 1426 } ] }