{ "_comment": "Default container image signature verification policy. Placeholder: accepts all images without signature verification, matching Docker's default trust model on Unraid today. See docs/ARCHITECTURE.md section 10 (Images). Revisit before a 1.0 release if signed-image verification becomes a goal.", "default": [ { "type": "insecureAcceptAnything" } ], "transports": { "docker-daemon": { "": [{ "type": "insecureAcceptAnything" }] } } }