Minikube install and setup on windows | Minikube with docker | Minikube | Docker Desktop

Cache Cloud
Cache Cloud
14.1 هزار بار بازدید - 2 سال پیش - Minikube insatll and setup on
Minikube insatll and setup on windows | Minikube with docker | Minikube | Docker Desktop Steps for installing minikube Minikube Setup on Windows with Docker Step 1: Download the Minikube executable curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-windows-amd64.exe Step 2: Add executable permissions to the downloaded file chmod +x minikube Step 3: Move the executable to a directory on the system PATH mv minikube.exe /usr/local/bin/ Step 4: Download and install Docker Desktop https://www.docker.com/products/docker-desktop Step 5: Start Minikube with Docker as the container runtime minikube start --container-runtime=docker Step 6: Verify the Minikube cluster is running minikube status Step 7: To stop the cluster minikube stop Documentation for setup Minikube:-- https://minikube.sigs.k8s.io/docs/start/ Docker install on Windows:-- https://docs.docker.com/desktop/install/windows-install/ #Minikube #Docker #Cachecloud
2 سال پیش در تاریخ 1401/11/03 منتشر شده است.
14,189 بـار بازدید شده
... بیشتر