mirror of https://github.com/docker/cli.git
Merge pull request #4324 from thaJeztah/fix_context_godoc
cli/command: fix GoDoc referencing wrong const
This commit is contained in:
commit
7fae190283
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue