Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 286 Bytes

Troubleshooting.md

File metadata and controls

13 lines (10 loc) · 286 Bytes

Error saving credentials: error storing credentials - err: exit status 1, out: The stub received bad data.

Dans le dossier %USERPROFILE%\.docker\

Créer un fichier config.json si il existe pas, et ajouter cette section :

{
  "auths": {
    "azurecr.io": {}
  }
}