install.fairie/home/dot_config/docker/config.json.tmpl
Brian Zalewski f91badaed3 Latest
2023-06-23 05:52:54 +00:00

5 lines
No EOL
220 B
Cheetah

{
"auths": {},
"credsStore": "{{ if (eq .host.distro.id "darwin") }}osxkeychain{{ else }}{{ if (eq .host.distro.id "windows") }}wincred{{ else }}secretservice{{ end }}{{ end }}",
"currentContext": "default"
}