install.fairie/home/dot_config/docker/config.json.tmpl
Brian Zalewski 16618eb983 Latest
2024-01-06 04:28:02 +00:00

11 lines
No EOL
317 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 }}",
"plugins": {
"-x-cli-hints": {
"enabled": "true"
}
}
}