cli/command/registry: fix link to credential stores

Signed-off-by: Marius Meschter <marius@meschter.me>
This commit is contained in:
Marius Meschter 2024-06-11 18:31:25 +02:00
parent 52eddcf4e4
commit 6e7266a72a
No known key found for this signature in database
GPG Key ID: 3879D090C277F356
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.
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 {