Issue description
When logging into Docker for the first time, Docker takes too long to register your password and displays the following error:
Error saving credentials: error storing credentials - err: exit status 1, out: Error calling StartServiceByName for org.freedesktop.secrets: Timeout was reachedScope
This solution applies to: IVION On-premise
Troubleshooting procedure
Check that
./docker/config.jsonis available in your home folder (Enable hidden folder)If
./docker/config.jsonis not available, use the command below to create it.mkdir $HOME/.docker echo "{}" > $HOME/.docker/config.jsonThen type in this command in the config.json file
sudo nano ~/.docker/config.json{ "auths": { "docker.navvis.com": { "auth": "" } } }Ctrl X to save
Login with the username and password into docker with
$ sudo docker login docker.navvis.com.