From 6e7266a72a2c683d761200f90c44c7d03cf62553 Mon Sep 17 00:00:00 2001 From: Marius Meschter Date: Tue, 11 Jun 2024 18:31:25 +0200 Subject: [PATCH] cli/command/registry: fix link to credential stores Signed-off-by: Marius Meschter --- cli/command/registry/login.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/command/registry/login.go b/cli/command/registry/login.go index f43db587db..69476b6ea0 100644 --- a/cli/command/registry/login.go +++ b/cli/command/registry/login.go @@ -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 {