docker-credential-helpers icon indicating copy to clipboard operation
docker-credential-helpers copied to clipboard

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

Results 131 docker-credential-helpers issues
Sort by recently updated
recently updated
newest added

After I successfully login with `docker login`. I can push/pull etc. However, after some short amount of time, when I try to push again, I get the following error: `denied:...

I've successfully got it to install and work but the issue is it's not consistent. Error: - Error saving credentials: error storing credentials - err: exit status 1, out: `pass...

Hi, the README currently says: "pass needs to be configured for docker-credential-pass to work properly. It must be initialized with a gpg2 key ID. Make sure your GPG key exists...

After a DockerForMac update i've realised, that that the `~/.docker/config.json` file is not refering to osxkeychain anymore. Its uses `docker-credential-desktop`. Where can i get more info, like docs, source code...

Duplicated from https://github.com/docker/for-mac/issues/1540 Adding here to hopefully get more visibility. Expected behavior: Running the command docker login -u USER -p PASS HOST:8443 should login to the specified repo. Unexpected behavior:...

fixes https://github.com/docker/docker-credential-helpers/issues/174

Repro steps: ``` echo "garbage" | go run ./pass/cmd/main.go get ``` Expected: Exit code 1 Actual: Exit code 0 {"ServerURL":"garbage","Username":"","Secret":""} This is the root of cryptic errors like: ``` WARNING:...

bug

Hi there, after having installed Docker Credential Helpers on my Ubuntu machine, I did the following steps ```bash # Configure password manager: sudo apt-get -y install pass gpg --generate-key pass...

Follow-up #209 to split a bit what was done. This one adds a Dockerfile to ease cross compilation and a simple GHA workflow that will just build the Dockerfile. Jenkinsfile...

Docker Version 17.03.1-ce-mac5 (16048) MacOS Sierra Version 10.12.4 -------- `docker logout myregistry.example.com:5000` throws warning: ```` Removing login credentials for myregistry.example.com:5000 WARNING: could not erase credentials: error erasing credentials - err:...