From 8cca9f8062ce1686d52feb0b4147f5a05a737eec Mon Sep 17 00:00:00 2001 From: aardbol Date: Thu, 19 Oct 2023 15:04:20 +0200 Subject: [PATCH] keep docker as default --- local-kubernetes/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-kubernetes/Makefile b/local-kubernetes/Makefile index a1c06f8..eaef74e 100644 --- a/local-kubernetes/Makefile +++ b/local-kubernetes/Makefile @@ -6,7 +6,7 @@ KUBERNETES_CONTEXT = minikube # minikube or rancher-desktop # rococo or wococo (don't put space at the end of the variable it will be used as is) CHAIN_NAMESPACE = rococo # docker or podman -MINIKUBE_DRIVER = podman +MINIKUBE_DRIVER = docker # ============================================================================================