install.fairie/home/dot_config/docker/config.json.tmpl
2024-01-03 23:04:02 +00:00

6 lines
No EOL
254 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 }}"
}