Add docker_cred_helper
This commit is contained in:
7
docker_cred_helper/00_pass_installer.sh
Normal file
7
docker_cred_helper/00_pass_installer.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install pass
|
||||
sudo apt-get gnupg2
|
||||
gpg2 --generate-key
|
||||
echo "Run pass init Your GPG Key ID to init your key, then run docker-credential-helper installer script"
|
||||
Reference in New Issue
Block a user