docker/docker-credential-helpers
Programs to keep Docker login credentials safe by storing in platform keystores observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 31
- age_days: 3859
- days_rel: 7
- days_push: 7
- n_releases_24m: 10
Adoption not part of the score
1310 stars · 195 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A suite of Go programs that store Docker login credentials in native platform keystores (e.g., macOS Keychain, Windows Credential Manager, libsecret) instead of plaintext config files. It integrates with Docker via the credsStore option in ~/.docker/config.json and exposes a client package for other CLI apps.
Use cases
- store docker registry credentials in the OS keychain instead of plaintext
- secure docker login secrets on macOS with osxkeychain
- integrate credential storage into my own CLI application
- avoid storing registry passwords in ~/.docker/config.json
- manage docker credentials on Windows with the credential manager
When to choose
- you use Docker CLI and want credentials kept in the native OS keystore
- you need a standard credential-helper protocol for container registry auth in your own tooling
When to avoid
- you need secrets management beyond Docker registry credentials
- your platform has no supported native keystore helper
Facets
cli-tool · maturity active
auth secrets-management security cli developer-tools security windows go cli docker credential-helpers keychain container-registry secrets-storage containers devops macos linux
1 source
- readme: https://github.com/docker/docker-credential-helpers · fetched 2026-08-28 · 7012c3e8990e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| docker/docker-credential-helpers | main | 95 |
For agents
markdown · JSON · MCP: product_card(name="docker/docker-credential-helpers")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem