提交 4a321a6b 编写于 作者: M Medya Gh

add solution message when docker container create is stuck

上级 f480dc4f
......@@ -91,6 +91,11 @@ var vmProblems = map[string]match{
Advice: "minikube is not yet compatible with ChromeOS",
Issues: []int{6411},
},
"DOCKER_PRE_STUCK_CONTAINER": {
Regexp: re(`executing "" at <index (index .NetworkSettings.Ports "22/tcp") 0>`),
Advice: "Ensure docker is running and then run: 'minikube delete' and then 'minikube start' again",
Issues: []int{8163},
},
// Hyperkit
"HYPERKIT_NO_IP": {
Regexp: re(`IP address never found in dhcp leases file Temporary Error: Could not find an IP address for`),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册