From 8771c88e2ed98e8ff1ff0d20f7a683b1b6ec21fc Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Thu, 15 Jul 2021 15:37:43 -0400 Subject: [PATCH] README: add MacPorts instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3e926a7e..b190dbc9 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,14 @@ A community-maintained Homebrew formula is available in the core tap. $ brew install docker-credential-helper-ecr ``` +On macOS, another community-maintained installation method is to use MacPorts. + +[![MacPorts package](https://repology.org/badge/version-for-repo/macports/amazon-ecr-credential-helper.svg)](https://repology.org/project/amazon-ecr-credential-helper/versions) + +```bash +$ sudo port install docker-credential-helper-ecr +``` + Once you have installed the credential helper, see the [Configuration section](#Configuration) for instructions on how to configure Docker to work with the helper.