This commit is contained in:
135
2023-10-20 11:27:17 +03:00
commit 95b9886d8f
11 changed files with 233 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"default-address-pools": [ {"base":"169.254.0.0/17","size":25 } ],
"dns": [ "169.254.255.255" ],
"log-driver": "json-file",
"log-opts": {
"max-size": "500m",
"max-file": "7"
}
}

View File

@@ -0,0 +1,6 @@
if $msg contains "run-docker-runtime" and $msg contains ".mount: Succeeded." then {
stop
}
if $msg contains "run-docker-runtime\\x2drunc-moby" and $msg contains ".mount: Deactivated successfully." then {
stop
}