From 1f11b47e849608788d77fade27fc5481ab63eff9 Mon Sep 17 00:00:00 2001 From: Curtis Jewell Date: Sat, 9 May 2026 08:38:49 -0600 Subject: [PATCH 1/2] Link to pass web site This makes the reference clearer. Signed-off-by: Curtis Jewell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6872a5a9..a3082b8f 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ You can see examples of each function in the [client](https://godoc.org/github.c #### Note -`pass` needs to be configured for `docker-credential-pass` to work properly. +[`pass`](https://www.passwordstore.org/) needs to be installed and configured for `docker-credential-pass` to work properly. It must be initialized with a `gpg2` key ID. Make sure your GPG key exists is in `gpg2` keyring as `pass` uses `gpg2` instead of the regular `gpg`. ## Development From 946968d3efd4adce1968df071d69b1eef82aa725 Mon Sep 17 00:00:00 2001 From: Curtis Jewell Date: Sat, 9 May 2026 08:41:04 -0600 Subject: [PATCH 2/2] Specify file name in installation directions Issue #368 was reported because of some confusion that being more specific here could eliminate. Signed-off-by: Curtis Jewell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3082b8f..328943ab 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ docker-credential-helpers is a suite of programs to use native stores to keep Do ## Installation -Go to the [Releases](https://github.com/docker/docker-credential-helpers/releases) page and download the binary that works better for you. Put that binary in your `$PATH`, so Docker can find it. +Go to the [Releases](https://github.com/docker/docker-credential-helpers/releases) page and download the binary that works better for you. Put that binary - removing the portion of the name that specifies the version, OS, and architecture, leaving it named "docker-credential-_X_" (where _X_ is pass, secretservice, osxkeychain, or wincred) - in your `$PATH`, so Docker can find it. ## Building