Hi
I’m looking to remove the credentials for a local registry from my machine running Docker on Windows and can’t find where these are stored.
The config.json shows
"credsStore": "desktop"
There’s nothing in the Windows credential manager
running
docker-credentials-desktop list
gives an empty list {}
So I’m confused as to where the credentials are being stored.
- Where are the credentials stored on a Windows machine with the credsStore setting as shown?
- How can I list what is stored on that machine?
- How do I remove the credentials?
Thanks in advance