We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f076eaf + 2155591 commit 19750bcCopy full SHA for 19750bc
config/docker-monitor-filelog.json
@@ -10,5 +10,11 @@
10
"bufferSize": 10,
11
"source": "docker-monitor",
12
"conditions": [],
13
- "rules": []
+ "rules": [
14
+ {
15
+ "type": "temporary",
16
+ "reason": "CorruptDockerImage",
17
+ "pattern": "Error trying v2 registry: failed to register layer: rename /var/lib/docker/image/(.+) /var/lib/docker/image/(.+): directory not empty.*"
18
+ }
19
+ ]
20
}
config/docker-monitor.json
@@ -8,5 +8,11 @@
8
9
0 commit comments