omerh / aws-docker-login

Do easy login to AWS ECR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-docker-login

After the deprection of the command get-login --no-include-email in awscli version 1.7.10, I still miss this usfull command.

So, I wrote this short code to have this command in hand.

To use this:

# Install
go get -u github.com/omerh/aws-docker-login

# Run
$(aws-docker-login eu-west-2)

About

Do easy login to AWS ECR

License:Apache License 2.0


Languages

Language:Go 100.0%