Docker Login Storing and Saving Credentials Error

Prev Next

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

  1. Open the terminal in Ubuntu workstation. 

  2. Type the following command $ sudo nano ~/.docker/config.json

  3. Change credsStore to credStore in the file.

  4. Ctrl+X and then select Y to save the change.

  5. Try to login into docker: $ sudo docker login docker.navvis.com