You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: