Store docker credentials using custom script/exe in windows

Hi everyone,
I am looking at ways to hook a custom script/ exe possibly written in say C#, java to use as a mediator between docker to store/get credentials.
I am aware of the docker-credential-helpers to do this using go lang.
Is there a possibility to provide my C# or Java executable script to interface for docker to store/get credentials for login.
Any help will be appreciated

At first I would have said that “I don’t know”. Then I went to read the documentation which is not really popular unfortunately. :slight_smile:

Unless the client on Windows is different, you can use any script if you follow the Credential Helper Protocol:

Scroll down to the “Credential helper protocol” section.

1 Like