mirror of https://github.com/docker/cli.git
Merge pull request #5144 from onestay/onestay/fix-link
cli/command/registry: fix link to credential stores
This commit is contained in:
commit
b23bc8cacd
|
@ -20,7 +20,7 @@ import (
|
||||||
|
|
||||||
const unencryptedWarning = `WARNING! Your password will be stored unencrypted in %s.
|
const unencryptedWarning = `WARNING! Your password will be stored unencrypted in %s.
|
||||||
Configure a credential helper to remove this warning. See
|
Configure a credential helper to remove this warning. See
|
||||||
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
|
https://docs.docker.com/engine/reference/commandline/login/#credential-stores
|
||||||
`
|
`
|
||||||
|
|
||||||
type loginOptions struct {
|
type loginOptions struct {
|
||||||
|
|
Loading…
Reference in New Issue