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

5 lines
220 B
Cheetah
Raw Normal View History

2023-06-14 01:22:26 +00:00
{
2023-06-23 05:52:54 +00:00
"auths": {},
"credsStore": "{{ if (eq .host.distro.id "darwin") }}osxkeychain{{ else }}{{ if (eq .host.distro.id "windows") }}wincred{{ else }}secretservice{{ end }}{{ end }}",
"currentContext": "default"
2023-06-14 01:22:26 +00:00
}