Skip to content

Commit e57519b

Browse files
committed
fix rootless docker using qemu
1 parent cf6e039 commit e57519b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/setup_minikube.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ check_warnet_rpc() {
1818
minikube delete
1919

2020
# Prepare minikube start command
21-
MINIKUBE_CMD="minikube start --mount --mount-string=\"$PWD:/mnt/src\""
21+
MINIKUBE_CMD="minikube start --driver=docker --container-runtime=containerd --mount --mount-string=\"$PWD:/mnt/src\""
2222

2323
# Check for WAR_CPU and add to command if set
2424
if [ -n "${WAR_CPU:-}" ]; then

0 commit comments

Comments
 (0)