Introduction
Problem description
Logging in to Docker on the terminal takes too long and times out with the error code:
Error saving credentials: error storing credentials - err: exit status 1, out: `User interaction is not allowed.Scope
Applies to any version of NavVis IVION on-premise.
Troubleshooting procedure
Open the terminal in Ubuntu workstation.
Type the following command
$ sudo nano ~/.docker/config.jsonChange
credsStoretocredStorein the file.Ctrl+X and then select Y to save the change.
Try to login into docker:
$ sudo docker login docker.navvis.com