DEV
Docker Desktop 대신 minikube 사용하기
young.gratia
2022. 3. 3. 17:53
https://minikube.sigs.k8s.io/docs/tutorials/docker_desktop_replacement/
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