How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/freebsd-10.4"
config.vm.box_version = "201806.08.0"
end
vagrant init bento/freebsd-10.4 \
--box-version 201806.08.0
vagrant up
This version was created over 5 years ago.
{ "name": "freebsd-10.4", "version": "201806.08.0", "build_timestamp": "20180609170204", "git_revision": "c21e1a309ad137903f90ea47e9834753afb8ab28", "git_status": "dirty", "box_basename": "freebsd-10.4-201806.08.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-201806.08.0.virtualbox.box", "checksum_type": "sha256", "checksum": "28f08e1132d97f02d858e0eab57c26395cc3ef5e9818c7cdfe363bbf892511d9", "size": "769 MB", "build_time": 1450 } ] }