Created
April 24, 2019 14:07
-
-
Save leofaster/147c946e4957b61cb0e45bcc95534324 to your computer and use it in GitHub Desktop.
Login to Amazon ECR from Docker cli locally.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws ecr get-login | sed 's|https://||' | |
# Remember to delete the -e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment