How to use this box with Vagrant:

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

This version was created over 5 years ago.

{ "name": "freebsd-11.1-amd64", "version": "201708.22.0", "build_timestamp": "20170823040103", "git_revision": "a587fdc4fd88dcca3382d28f2eb9acaae59bcbb1", "git_status": "dirty", "box_basename": "freebsd-11.1-amd64-201708.22.0", "template": "freebsd-11.1-amd64", "packer": "1.0.4", "vagrant": "1.9.7", "providers": [ { "name": "virtualbox", "version": "5.1.26", "file": "freebsd-11.1-amd64-201708.22.0.virtualbox.box", "checksum_type": "sha256", "checksum": "a66340da54322da5c5cf05c1a6dd02d02157f2e84ade87bb47bb9181b5432e09", "size": "624 MB", "build_time": 489 }, { "name": "vmware_desktop", "version": "12.5.7", "file": "freebsd-11.1-amd64-201708.22.0.vmware.box", "checksum_type": "sha256", "checksum": "15d3e7453485bc833f58810993a0c6b9d01dd81a52db2fc083f9392cf78ef78d", "size": "563 MB", "build_time": 489 } ] }

3 providers for this version.
  • parallels Hosted by Vagrant Cloud (475 MB)

  • vmware_desktop Hosted by Vagrant Cloud (563 MB)

  • virtualbox Hosted by Vagrant Cloud (623 MB)