Skip to content

Instantly share code, notes, and snippets.

@dvdgsng
Created March 29, 2023 08:39
Show Gist options
  • Save dvdgsng/87610266aaa867ddcf5c3cef1ca7b0aa to your computer and use it in GitHub Desktop.
Save dvdgsng/87610266aaa867ddcf5c3cef1ca7b0aa to your computer and use it in GitHub Desktop.
docker-credential-helpers pass
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