How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "ps_neto/default_search_202310"
config.vm.box_version = "202310"
end
vagrant init ps_neto/default_search_202310 \
--box-version 202310
vagrant up
This version was created 8 months ago.
There isn't a description.