docker / docker/docker-credential-helpers
Docker credential wincred - not saving credentials
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 1.3k
- Forks
- 195
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 5
Description
No docker daemon running.
Added Docker credential wincred to the path.
After
docker-credential-wincred store
{"ServerURL": "https://:4443","Username": "","Secret": ""}
no response from program.
Is this the correct way to save credential via cli.
I have used docker login to save credentials . But I need standalone credentials helpers to store and get credentials
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the standalone docker-credential-wincred store command described in the issue and inspect the wincred helper entry point. Compare its behavior with the expected credential-helper protocol, then verify that stored credentials can be retrieved with the corresponding get command.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, go
- Domain
- authentication, cli, security
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100