images/default-policy.json
iofq 88d2c03dd0
Some checks failed
/ check (push) Failing after 2m47s
init
2026-01-11 23:13:51 -06:00

14 lines
256 B
JSON

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