Merge pull request #4324 from thaJeztah/fix_context_godoc

cli/command: fix GoDoc referencing wrong const
This commit is contained in:
Sebastiaan van Stijn 2023-06-02 14:12:41 +02:00 committed by GitHub
commit 7fae190283
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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