Created
March 29, 2023 08:39
-
-
Save dvdgsng/87610266aaa867ddcf5c3cef1ca7b0aa to your computer and use it in GitHub Desktop.
docker-credential-helpers pass
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yay -Sy docker-credential-pass-bin | |
gpg2 --full-generate-key | |
pass init $(gpg2 --list-secret-keys | grep uid -B 1 | head -n 1 | sed 's/^ *//g') | |
pass insert docker-credential-helpers/docker-pass-initialized-check | |
docker login some.private.registry.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment