Skip to content

Instantly share code, notes, and snippets.

@developerck
Last active January 11, 2024 16:58
Show Gist options
  • Save developerck/c01cdc61925f21b70cc541593405203e to your computer and use it in GitHub Desktop.
Save developerck/c01cdc61925f21b70cc541593405203e to your computer and use it in GitHub Desktop.
pulling up docker image from aws ecr repo

aws configure set aws_access_key_id ""

aws configure set aws_secret_access_key ""

eval $(aws ecr get-login --no-include-email --region <region | us-east-1> | sed 's;https://;;g')

docker pull <ecr image | 874496312632.dkr.ecr.eu-west-1.amazonaws.com/ck/crm/v1.01>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment