nixos-configuration/homeConfigurations/vinzenz/.config/containers/policy.json
2025-09-15 18:07:38 +02:00

23 lines
437 B
JSON

{
"default": [
{
"type": "reject"
}
],
"transports": {
"docker-daemon": {
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"docker": {
"docker.io/library/debian": [
{
"type": "insecureAcceptAnything"
}
]
}
}
}