We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://aws.amazon.com/getting-started/hands-on/build-modern-app-fargate-lambda-dynamodb-python/module-two/ -> Module 2B: Deploy A Service With AWS Fargate - > Step 1: Create a Flask Service -> C: Push the Docker Image to Amazon ECR contains $(aws ecr get-login --no-include-email) which according to aws/containers-roadmap#735 has been superseded with aws ecr get-login-password | docker login --username AWS --password-stdin 123456789012.dkr.ecr.us-east-1.amazonaws.com
$(aws ecr get-login --no-include-email)
aws ecr get-login-password | docker login --username AWS --password-stdin 123456789012.dkr.ecr.us-east-1.amazonaws.com
The text was updated successfully, but these errors were encountered:
This just gives me an error Error response from daemon: Get https://xxxxxxxxxxx.dkr.ecr.s3-website-eu-west-1.amazonaws.com/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sorry, something went wrong.
No branches or pull requests
https://aws.amazon.com/getting-started/hands-on/build-modern-app-fargate-lambda-dynamodb-python/module-two/ -> Module 2B: Deploy A Service With AWS Fargate - > Step 1: Create a Flask Service -> C: Push the Docker Image to Amazon ECR contains
$(aws ecr get-login --no-include-email)
which according to aws/containers-roadmap#735 has been superseded with
aws ecr get-login-password | docker login --username AWS --password-stdin 123456789012.dkr.ecr.us-east-1.amazonaws.com
The text was updated successfully, but these errors were encountered: