mirror of https://github.com/docker/cli.git
cli/command: fix GoDoc referencing wrong const
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 0692d762ac
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
ec621aae2d
commit
f66f7ed7ff
|
@ -381,7 +381,7 @@ func (cli *DockerCli) ContextStore() store.Store {
|
||||||
// the "default" context is used if:
|
// the "default" context is used if:
|
||||||
//
|
//
|
||||||
// - The "--host" option is set
|
// - 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.
|
// to a non-empty value.
|
||||||
//
|
//
|
||||||
// In these cases, the default context is used, which uses the host as
|
// In these cases, the default context is used, which uses the host as
|
||||||
|
|
Loading…
Reference in New Issue