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 64b0b82 commit 9a3bd3bCopy full SHA for 9a3bd3b
cmd/minikube/cmd/docker-env.go
@@ -382,7 +382,6 @@ docker-cli install instructions: https://minikube.sigs.k8s.io/docs/tutorials/doc
382
sshAgentPID: co.Config.SSHAgentPID,
383
}
384
385
-
386
dockerPath, err := exec.LookPath("docker")
387
if err != nil {
388
klog.Warningf("Unable to find docker in path - skipping connectivity check: %v", err)
cmd/minikube/cmd/docker-env_test.go
@@ -429,7 +429,6 @@ SSH_AGENT_PID: "29228"
429
430
for _, tc := range tests {
431
t.Run(tc.config.profile, func(t *testing.T) {
432
433
tc.config.EnvConfig.Shell = tc.shell
434
// set global variable
435
outputFormat = tc.output
0 commit comments