void-packages/srcpkgs/containers.image/files/policy.json

17 lines
209 B
JSON

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