Latest
This commit is contained in:
parent
f7a3be9561
commit
17b868360b
1 changed files with 1 additions and 2 deletions
|
@ -2,6 +2,5 @@
|
|||
"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"
|
||||
"credsStore": "{{ if (eq .host.distro.id "darwin") }}osxkeychain{{ else }}{{ if (eq .host.distro.id "windows") }}wincred{{ else }}secretservice{{ end }}{{ end }}"
|
||||
}
|
Loading…
Reference in a new issue