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