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 467b324 commit 493e397Copy full SHA for 493e397
pkg/crt/docker/dockerclient/client.go
@@ -213,8 +213,6 @@ func New(config *config.DockerClient) (*docker.Client, error) {
213
if dcf == nil {
214
log.Debug("dockerclient.New: No config file.")
215
} else {
216
- // Handle the case where CurrentContext is empty
217
- // For example, set a default context or log a warning
218
currentDockerContext = dcf.CurrentContext
219
log.Debugf("dockerclient.New: currentDockerContext - '%s'", currentDockerContext)
220
}
0 commit comments