docker-credential-helpers

Programs to keep Docker login credentials safe by storing in platform keystores (by docker)

Docker-credential-helpers Alternatives

Similar projects and alternatives to docker-credential-helpers

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better docker-credential-helpers alternative or higher similarity.

docker-credential-helpers reviews and mentions

Posts with mentions or reviews of docker-credential-helpers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-16.
  • Clever uses of pass, the Unix password manager
    22 projects | news.ycombinator.com | 16 Dec 2021
    Docker supports a credential-helper module[0], which supports 4 different backends for fetching the docker registry credentials: osxkeychain, pass, wincred, and secretservice.

    pass lets you use GPG-smartcards, and many of those (such as Yubikeys) will let you enforce touch-policies for signing/encruption.

    As a combination of both these however, I must touch my Yubikey every time I pull a new docker image.

    Another cool use-case is that I use the terraform-pass-provider to save secrets for my personal terraform project.

    [0]: https://github.com/docker/docker-credential-helpers

  • Running Docker on WSL2 the right way
    5 projects | dev.to | 15 Oct 2021
    # Finds the latest version $ wincred_version=$(curl -fsSL -o /dev/null -w "%{url_effective}" https://github.com/docker/docker-credential-helpers/releases/latest) # Downloads and extracts the .exe $ sudo curl -fL \ "https://github.com/docker/docker-credential-helpers/releases/download/${wincred_version}/docker-credential-wincred-${wincred_version}-$(dpkg --print-architecture).zip" | zcat | sudo tee /usr/local/bin/docker-credential-wincred.exe >/dev/null # Assigns execution permission to it $ sudo chmod +x /usr/local/bin/docker-credential-wincred.exe

Stats

Basic docker-credential-helpers repo stats
2
1,016
7.3
18 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com