policy.json in extra file, default to reject

This commit is contained in:
Vinzenz Schroeter 2025-02-01 16:02:27 +01:00
parent b143437c89
commit 87b5b7ab00
2 changed files with 17 additions and 16 deletions

View file

@ -0,0 +1,16 @@
{
"default": [
{
"type": "reject"
}
],
"transports": {
"docker-daemon": {
"": [
{
"type": "insecureAcceptAnything"
}
]
}
}
}