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

8 lines
298 B
Cheetah
Raw Normal View History

2023-06-13 18:22:26 -07:00
{
2023-12-04 21:57:19 -08:00
"auths": {
"https://index.docker.io/v1/": {}
},
2023-12-06 23:11:42 -08:00
"credsStore": "{{ if (eq .host.distro.id "darwin") }}osxkeychain{{ else }}{{ if (eq .host.distro.id "windows") }}wincred{{ else }}secretservice{{ end }}{{ end }}",
2023-12-06 00:23:34 -08:00
"currentContext": "desktop-linux"
2023-12-06 17:10:31 -08:00
}