docker always restores credStore desktop · Issue #9843 · docker/for-win (original) (raw)
I don't want to use the default credStore
"desktop" on my development machine. The issue docker/docker-credential-helpers#95 guides me to set the credStore
/credsStore
value to ""
instead of "desktop"
, but it doesn't seem to have any effect while docker is running. Restarting docker will reset this value to "desktop"
.
Please fix this.