How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "chemaff/ubuntu_2204_minikube"
config.vm.box_version = "1"
end
vagrant init chemaff/ubuntu_2204_minikube \
--box-version 1
vagrant up
This version was created 7 months ago.
based generic/ubuntu 22.04 add minikube v1.32.0 + docker (hyperV)