.dotfiles/.docker/config.json

13 lines
201 B
JSON
Raw Normal View History

2022-12-14 14:25:49 +00:00
{
"auths": {
"git.serguzim.me": {},
"https://index.docker.io/v1/": {},
"registry.serguzim.me": {}
},
"credsStore": "pass",
"experimental": "enabled",
"aliases": {
"builder": "buildx"
}
}