How to use this box with Vagrant:

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

This version was created over 1 year ago.

FreeBSD Snapshot Build

2 providers for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (1.03 GB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (1.09 GB)