How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bento/freebsd-11.1"
config.vm.box_version = "201801.02.0"
end
vagrant init bento/freebsd-11.1 \
--box-version 201801.02.0
vagrant up
This version was created about 5 years ago.
{ "name": "freebsd-11.1", "version": "201801.02.0", "build_timestamp": "20180104044518", "git_revision": "0200704bfc43c9873abcbe243ca6e328812441e1", "git_status": "dirty", "box_basename": "freebsd-11.1-amd64-201801.02.0", "template": "freebsd-11.1-amd64", "packer": "1.1.3", "vagrant": "2.0.1", "providers": [ { "name": "parallels", "version": "13.2.0", "file": "freebsd-11.1-amd64-201801.02.0.parallels.box", "checksum_type": "sha256", "checksum": "208902ec4822ecac2ba0625168d2807762b0a7c49eaeac54ac4fa94631f9fba2", "size": "401 MB", "build_time": 474 } ] }