Skip to content

Instantly share code, notes, and snippets.

@rms1000watt
Created March 14, 2019 22:11
Show Gist options
  • Save rms1000watt/e55d4660489466bba475afed174b6823 to your computer and use it in GitHub Desktop.
Save rms1000watt/e55d4660489466bba475afed174b6823 to your computer and use it in GitHub Desktop.
AWS Log in to ECR
#!/usr/bin/env bash
export AWS_PROFILE=personal
$(aws ecr get-login --region us-east-1 --no-include-email)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment