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

11 lines
297 B
Cheetah
Raw Normal View History

2023-06-13 18:22:26 -07:00
{
2024-01-28 17:33:28 -08:00
"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 }}",
2024-01-05 20:28:02 -08:00
"plugins": {
"-x-cli-hints": {
"enabled": "true"
}
}
2024-01-01 18:42:43 -08:00
}