Add docker pass helper configuration

This commit is contained in:
Marko Korhonen 2022-12-17 15:41:45 +02:00
parent 34c0487ab1
commit 72919da633
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 14 additions and 3 deletions

3
home/.docker/config.json Normal file
View file

@ -0,0 +1,3 @@
{
"credsStore": "pass"
}