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,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
}