unifios-utilities/podman-install/conf/policy.json

12 lines
187 B
JSON

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