images/default-policy.json
iofq 48d6111dce
Some checks failed
/ check (push) Failing after 3m50s
init
2026-01-11 23:18:26 -06:00

14 lines
256 B
JSON

{
"default": [
{
"type": "insecureAcceptAnything"
}
],
"transports":
{
"docker-daemon":
{
"": [{"type":"insecureAcceptAnything"}]
}
}
}