How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "askali11/Centos7-Minikube"
config.vm.box_version = "1.0"
end
vagrant init askali11/Centos7-Minikube \
--box-version 1.0
vagrant up
This version was created about 1 year ago.
Centos7 + Minikube : Kubernetes v1.18.3 on Docker 24.0.6