https://stackoverflow.com/questions/42787779/docker-login-error-storing-credentials-write-permissions-error
install the following packages to solve this issue.
Add a comment
https://stackoverflow.com/questions/42787779/docker-login-error-storing-credentials-write-permissions-error
install the following packages to solve this issue.
sudo apt install gnupg2 pass
The Problem: you try to login into docker registry and unable to authenticate due to storing credentials error.
Error saving credentials: error storing credentials - err: exit status 1,
out: `Post "http://ipc/registry/credstore-updated":
dial unix /var/root/Library/Containers/com.docker.docker/Data/backend.sock:
connect: no such file or directory`