add docker config

This commit is contained in:
Frank Zechert
2026-08-30 00:44:38 +02:00
parent 6903aeec29
commit 92308d3147
+22
View File
@@ -0,0 +1,22 @@
{
"credStore": "secretservice",
"auths": {},
"currentContext": "default",
"plugins": {
"-x-cli-hints": {
"enabled": "true"
},
"ai": {
"hooks": "build,buildx build,run,compose"
},
"compose": {
"hooks": "logs,compose logs,compose attach,compose up"
},
"debug": {
"hooks": "exec"
}
},
"features": {
"hooks": "true"
}
}