With some Docker installation, when you want to log to your Docker accoutn with command docker login
in a terminal, you could have the following error message:
Error saving credentials: error storing credentials - err: exec: "docker-credential-secretservice": executable file not found in $PATH, out: ``
This issue can be solved with the command:
sudo apt install golang-docker-credential-helpers