How to use this box with Vagrant:

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

This version was created almost 3 years ago.

FreeBSD Snapshot Build

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