Merge pull request #4326 from thaJeztah/24.0_backport_fix_context_godoc

[24.0 backport] cli/command: fix GoDoc referencing wrong const
This commit is contained in:
Sebastiaan van Stijn
2023-06-02 14:20:15 +02:00
committed by GitHub

View File

@ -381,7 +381,7 @@ func (cli *DockerCli) ContextStore() store.Store {
// the "default" context is used if:
//
// - The "--host" option is set
// - The "DOCKER_HOST" ([DefaultContextName]) environment variable is set
// - The "DOCKER_HOST" ([client.EnvOverrideHost]) environment variable is set
// to a non-empty value.
//
// In these cases, the default context is used, which uses the host as