- automating the setup of minikube with scripts
Minikube as Docker container --driver=docker [view docs] :
-
view script here
-
the script check if docker is installed if not it installs it along with minikube
-
start minikube after running the script :
minikube start --driver=docker
Minikube as a VM --driver=none [view docs] :
- view script here
-
view script here
-
the script installs docker along with the required dependencys
-
start minikube after running the script :
minikube start --driver=none