jicowan/cognito

Not Implemented error passing creds to Docker login

AndrewDravuschak opened this issue · 0 comments

Hi Jeremy, thank you for taking the time to work with us the other day. Here is the error message that was mentioned when passing AWS ECR credentials to Docker desktop. Confirmed that using the get-login-password does return valid credentials when used on its own, so most likely due to something configured in Docker.

aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin aws_account_id.dkr.ecr.us-east-1.amazonaws.com

Error saving credentials: error storing credentials - err: exit status 1, out: not implemented

Currently using Docker Desktop 3.5.2 (66501) and AWS CLI v2.2.46
This happens on both Windows 10 and MacOS.