From 881ed1df1c7f352ea576602bf6b72fc78418c51e Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Wed, 1 Jul 2020 13:28:52 -0700 Subject: [PATCH] add link --- pkg/minikube/problem/err_map.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/minikube/problem/err_map.go b/pkg/minikube/problem/err_map.go index 4209fc00f4..ac92843082 100644 --- a/pkg/minikube/problem/err_map.go +++ b/pkg/minikube/problem/err_map.go @@ -94,6 +94,7 @@ var vmProblems = map[string]match{ "DOCKER_PRE_STUCK_CONTAINER": { Regexp: re(`executing "" at `), Advice: "Ensure docker is running and then run: 'minikube delete' and then 'minikube start' again", + URL: "https://github.com/kubernetes/minikube/issues/8163#issuecomment-652627436", Issues: []int{8163}, }, // Hyperkit