Skip to content

Commit

Permalink
Output error for Unable to load the current Docker config from
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr authored and medyagh committed Jul 8, 2024
1 parent 3696431 commit 05afde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minikube/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ func propagateDockerContextToEnv() {
}
cf, err := dconfig.Load(dockerConfigDir)
if err != nil {
klog.Warningf("Unable to load the current Docker config from %q", dockerConfigDir)
klog.Warningf("Unable to load the current Docker config from %q: %v", dockerConfigDir, err)
return
}
currentContext = cf.CurrentContext
Expand Down

0 comments on commit 05afde5

Please sign in to comment.