nixos-configs/home/vinzenz/.config/containers/policy.json
2025-02-19 21:30:06 +01:00

23 lines
437 B
JSON

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