nixos-configuration/homeConfigurations/vinzenz/.config/containers/policy.json
2025-11-09 14:47:03 +01:00

23 lines
323 B
JSON

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