mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2025-11-04 22:10:09 -05:00
brewfile updates
This commit is contained in:
28
docker/config.json
Normal file
28
docker/config.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
1
docker/daemon.json
Normal file
1
docker/daemon.json
Normal file
@@ -0,0 +1 @@
|
||||
{"experimental":false,"features":{"buildkit":true}}
|
||||
Reference in New Issue
Block a user