Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 310 Bytes

docker-desktop-for-mac.md

File metadata and controls

20 lines (13 loc) · 310 Bytes

Docker Desktop for Mac

We can use a Minikube using the Kubernetes service available in Docker Desktop.

To do that just go to settings and enable Kubernetes service.

Lifecycles of minikube

minikube start
minikube stop

Delete minikube

minikube delete
rm -rf ~/.minikube