How to use this box with Vagrant:

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

This version was created about 5 years ago.

{ "name": "freebsd-11.1", "version": "201802.02.0", "build_timestamp": "20180206141113", "git_revision": "e04986dea27570867cc64f416903640e280714dc", "git_status": "dirty", "box_basename": "freebsd-11.1-amd64-201802.02.0", "template": "freebsd-11.1-amd64", "packer": "1.1.3", "vagrant": "2.0.1", "providers": [ { "name": "vmware_desktop", "version": "10.1.1", "file": "freebsd-11.1-amd64-201802.02.0.vmware.box", "checksum_type": "sha256", "checksum": "8719a8bc04650a4c2acb5ee51f008b28d88c22006b939eb44961483a6c1c89f5", "size": "516 MB", "build_time": 768 } ] }

2 providers for this version.
  • vmware_desktop Hosted by Vagrant Cloud (516 MB)

  • virtualbox Hosted by Vagrant Cloud (551 MB)