Automatically gets credentials for Amazon ECR on docker push/docker pull
Automatically gets credentials for Amazon ECR on docker push/docker pull. The Amazon ECR Docker Credential Helper is a credential helper for the Docker daemon that makes it easier to use Amazon Elastic Container Registry.
Automatically gets credentials for Amazon ECR on docker push/docker pull. The Amazon ECR Docker Credential Helper is a credential helper for the Docker daemon that makes it easier to use Amazon Elastic Container Registry.
To install amazon-ecr-credential-helper, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install amazon-ecr-credential-helper
To see what files were installed by amazon-ecr-credential-helper, run:
port contents amazon-ecr-credential-helper
To later upgrade amazon-ecr-credential-helper, run:
sudo port selfupdate && sudo port upgrade amazon-ecr-credential-helper
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.