1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-04-26 03:45:21 -04:00
dotfiles/docker/config.json
2021-03-30 20:02:18 -04:00

28 lines
498 B
JSON

{
"experimental" : "disabled",
"stackOrchestrator" : "swarm",
"credHelpers" : {
"public.ecr.aws" : "ecr-login",
"gcr.io" : "gcloud",
"staging-k8s.gcr.io" : "gcloud",
"us.gcr.io" : "gcloud",
"asia.gcr.io" : "gcloud",
"marketplace.gcr.io" : "gcloud",
"eu.gcr.io" : "gcloud"
},
"auths" : {
"ghcr.io" : {
},
"gcr.io" : {
},
"registry.digitalocean.com" : {
},
"https://index.docker.io/v1/" : {
}
},
"credsStore" : "desktop"
}