init
All checks were successful
/ check (push) Successful in 5m12s

This commit is contained in:
iofq 2026-01-11 23:06:17 -06:00
parent 36f19d42c5
commit ac41cef465
7 changed files with 54 additions and 14 deletions

14
default-policy.json Normal file
View file

@ -0,0 +1,14 @@
{
"default": [
{
"type": "insecureAcceptAnything"
}
],
"transports":
{
"docker-daemon":
{
"": [{"type":"insecureAcceptAnything"}]
}
}
}