How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "sompani/FreeBSD-12.2"
config.vm.box_version = "12.2.202012162001"
end
vagrant init sompani/FreeBSD-12.2 \
--box-version 12.2.202012162001
vagrant up
This version was created over 3 years ago.
There isn't a description.