dockerfiles/crio/policy.json

5 lines
136 B
JSON
Raw Normal View History

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