We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf6e039 commit e57519bCopy full SHA for e57519b
resources/scripts/setup_minikube.sh
@@ -18,7 +18,7 @@ check_warnet_rpc() {
18
minikube delete
19
20
# Prepare minikube start command
21
-MINIKUBE_CMD="minikube start --mount --mount-string=\"$PWD:/mnt/src\""
+MINIKUBE_CMD="minikube start --driver=docker --container-runtime=containerd --mount --mount-string=\"$PWD:/mnt/src\""
22
23
# Check for WAR_CPU and add to command if set
24
if [ -n "${WAR_CPU:-}" ]; then
0 commit comments