Skip to content

Commit

Permalink
README: add MacPorts instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
herbygillot authored Jul 15, 2021
1 parent c5b4d8f commit 8771c88
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8771c88

Please sign in to comment.