Skip to content

Instantly share code, notes, and snippets.

@CMCDragonkai
Created July 1, 2021 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CMCDragonkai/49453b3b756f7d0ed497c7e88f96c4cd to your computer and use it in GitHub Desktop.
Save CMCDragonkai/49453b3b756f7d0ed497c7e88f96c4cd to your computer and use it in GitHub Desktop.
AWS Authenticate Docker to ECR #aws #ecr #docker
#!/usr/bin/sh
aws ecr get-login-password --region ap-southeast-2 | docker login --username AWS --password-stdin <ENTERID>.dkr.ecr.ap-southeast-2.amazonaws.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment