How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "freebsd/FreeBSD-12.2-RELEASE"
  config.vm.box_version = "2020.10.23"
end
vagrant init freebsd/FreeBSD-12.2-RELEASE \
  --box-version 2020.10.23
vagrant up

This version was created over 2 years ago.

FreeBSD Snapshot Build

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

  • virtualbox Hosted by Vagrant Cloud (965 MB)