install.fairie/home/dot_config/docker/config.json.tmpl

7 lines
267 B
Cheetah
Raw Normal View History

2023-06-13 18:22:26 -07:00
{
2023-11-07 00:07:38 -08:00
"auths": {
"https://index.docker.io/v1/": {}
},
2023-06-22 22:52:54 -07:00
"credsStore": "{{ if (eq .host.distro.id "darwin") }}osxkeychain{{ else }}{{ if (eq .host.distro.id "windows") }}wincred{{ else }}secretservice{{ end }}{{ end }}",
"currentContext": "default"
2023-06-13 18:22:26 -07:00
}