Latest
This commit is contained in:
parent
941e42234a
commit
9eda3b7985
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"auths": {
|
||||
"https://index.docker.io/v1/": {}
|
||||
},
|
||||
"credsStore": "{{ if (eq .host.distro.id "darwin") }}osxkeychain{{ else }}{{ if (eq .host.distro.id "windows") }}wincred{{ else }}secretservice{{ end }}{{ end }}",
|
||||
"currentContext": "default"
|
||||
"auths": {
|
||||
"https://index.docker.io/v1/": {}
|
||||
},
|
||||
"credsStore": "{{ if (eq .host.distro.id "darwin") }}osxkeychain{{ else }}{{ if (eq .host.distro.id "windows") }}wincred{{ else }}secretservice{{ end }}{{ end }}",
|
||||
"currentContext": "desktop-linux"
|
||||
}
|
Loading…
Reference in a new issue