Hello All,
I have installed GitHub - docker/docker-credential-helpers: Programs to keep Docker login credentials safe by storing in platform keystores which address the issue of Docker plain text credentials. I have successfully configured it here’s the instructions authentication - Cannot login to Docker account - Stack Overflow
The specific issue that I’m having is item:
Note: If you get the error “pass store is uninitialized” in future run, run the below command (it will reload the pass store in memory):
pass show docker-credential-helpers/docker-pass-initialized-check
Question:
How can these credentials be stored permanently or automate the initializing of the credentials?