role-podman/templates/policy.json
2023-09-08 22:41:09 +02:00

17 lines
277 B
JSON

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