role-podman/templates/policy.json

17 lines
277 B
JSON
Raw Normal View History

2023-09-08 20:41:09 +00:00
{
"default": [
{
"type": "insecureAcceptAnything"
}
],
"transports": {
"docker-daemon": {
"": [
{
"type": "insecureAcceptAnything"
}
]
}
}
}