How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/freebsd-10"
config.vm.box_version = "201801.02.0"
end
vagrant init bento/freebsd-10 \
--box-version 201801.02.0
vagrant up
This version was created about 5 years ago.
{ "name": "freebsd-10.4", "version": "201801.02.0", "build_timestamp": "20180104054048", "git_revision": "0200704bfc43c9873abcbe243ca6e328812441e1", "git_status": "dirty", "box_basename": "freebsd-10.4-201801.02.0", "template": "freebsd-10.4-amd64", "packer": "1.1.3", "vagrant": "2.0.1", "providers": [ { "name": "virtualbox", "version": "5.2.4", "file": "freebsd-10.4-201801.02.0.virtualbox.box", "checksum_type": "sha256", "checksum": "8a0c0b981a3311be2e585940c6896b12bfa825837b3faabf20b858b68007beb0", "size": "836 MB", "build_time": 565 } ] }