mirror of https://github.com/docker/cli.git
cli/command/registry: fix link to credential stores
Signed-off-by: Marius Meschter <marius@meschter.me>
This commit is contained in:
parent
52eddcf4e4
commit
6e7266a72a
|
@ -20,7 +20,7 @@ import (
|
|||
|
||||
const unencryptedWarning = `WARNING! Your password will be stored unencrypted in %s.
|
||||
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 {
|
||||
|
|
Loading…
Reference in New Issue