Using minikube as Docker Desktop Replacement
Overview This guide will show you how to use minikube as a Docker Desktop replacement. Before You Begin This only works with the docker container runtime, not with containerd or crio. You need to start minikube with a VM driver instead of docker, such as h
minikube.sigs.k8s.io