Set up Docker credential helper on dev laptop #17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Docker shows this warning on login:
WARNING! Your credentials are stored unencrypted in '/home/languagedev/.docker/config.json'What to do
Configure a Docker credential helper to store registry credentials securely instead of plain text.
Steps
docker-credential-passfor Linux using pass/gpg, ordocker-credential-secretservicefor GNOME keyring).~/.docker/config.jsonto use the helper.git.lilastudy.comto verify credentials are stored via the helper.Acceptance criteria
docker login git.lilastudy.comno longer shows the unencrypted storage warningNotes
See: https://docs.docker.com/go/credential-store/
Dev laptop is Linux (x86_64).