Skip to content

Instantly share code, notes, and snippets.

@suneg
Created August 6, 2020 09:46
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 suneg/2dd97e41a157e408a073d50a8d0dd1bd to your computer and use it in GitHub Desktop.
Save suneg/2dd97e41a157e408a073d50a8d0dd1bd to your computer and use it in GitHub Desktop.
AWS ECR Docker Login
aws ecr get-login-password --region region | docker login --username AWS --password-stdin aws_account_id.dkr.ecr.region.amazonaws.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment