What is the "minikube docker-env" replacement for Docker for Windows What is the "minikube docker-env" replacement for Docker for Windows kubernetes kubernetes

What is the "minikube docker-env" replacement for Docker for Windows


One of the big advantages of the Kubernetes distribution built into the Docker Desktop products is that there isn’t a separate Kubernetes VM. These commands just don’t exist; the Kubernetes Docker is the same Docker as your desktop Docker.

(Remember to set imagePullPolicy: Never on pod specs where you’re docker building the image the pod runs, and that hacks like bind-mounting your local source tree over what’s built into an image are especially unwieldy and unportable in Kubernetes.)