install.fairie/home/dot_config/docker/config.json.tmpl
2023-12-07 07:11:42 +00:00

7 lines
298 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"
}