install.fairie/home/dot_config/docker/config.json.tmpl
Brian Zalewski ff55dbf7e1 Latest
2023-12-06 08:23:34 +00:00

7 lines
No EOL
296 B
Cheetah

{
"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"
}