Adds docker config (with creds via pass)

This commit is contained in:
Nemo 2019-02-21 06:29:05 +05:30
parent 2b99de3a60
commit b8d468b5de
2 changed files with 33 additions and 24 deletions

View File

@ -0,0 +1,9 @@
{
"auths": {
"https://index.docker.io/v1/": {}
},
"HttpHeaders": {
"User-Agent": "Docker-Client/18.09.2-ce (linux)"
},
"credsStore": "pass"
}