Merge pull request #5144 from onestay/onestay/fix-link

cli/command/registry: fix link to credential stores
This commit is contained in:
Sebastiaan van Stijn 2024-06-12 02:15:12 +02:00 committed by GitHub
commit b23bc8cacd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 {