I am using this command to login to docker on my EC2
$(aws ecr get-login --registry-ids xxxxxxx --region us-west-1 --no-include-email)
when I do that, I get following error:
Unknown options: --no-include-email
what am I missing?
I am using this command to login to docker on my EC2
$(aws ecr get-login --registry-ids xxxxxxx --region us-west-1 --no-include-email)
when I do that, I get following error:
Unknown options: --no-include-email
what am I missing?