Skip to content

Commit

Permalink
Merge pull request #284 from herbygillot/patch-1
Browse files Browse the repository at this point in the history
README: add MacPorts instructions
  • Loading branch information
kzys authored Oct 27, 2021
2 parents 43271a4 + 8771c88 commit 5d4fd9d
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 5d4fd9d

Please sign in to comment.