Add docker pass helper configuration

This commit is contained in:
Marko Korhonen 2022-12-17 15:41:45 +02:00
parent dba9554069
commit 41cf3a5735
2 changed files with 14 additions and 3 deletions

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

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