docker-credential-helpers is a suite of programs to use native stores to keep Docker credentials safe. This port installs the macOS keychain credential helper.
docker-credential-helpers is a suite of programs to use native stores to keep Docker credentials safe. This port installs the macOS keychain credential helper.
To install docker-credential-helper-osxkeychain, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install docker-credential-helper-osxkeychain
To see what files were installed by docker-credential-helper-osxkeychain, run:
port contents docker-credential-helper-osxkeychain
To later upgrade docker-credential-helper-osxkeychain, run:
sudo port selfupdate && sudo port upgrade docker-credential-helper-osxkeychain
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.