remove unused /dev/kmsg device mount from cAdvisor (oom_event is disabled)
This commit is contained in:
@@ -38,8 +38,6 @@ services:
|
||||
container_name: cadvisor
|
||||
restart: unless-stopped
|
||||
privileged: true
|
||||
devices:
|
||||
- /dev/kmsg:/dev/kmsg
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- /run/containerd/containerd.sock:/run/containerd/containerd.sock:ro
|
||||
|
||||
Reference in New Issue
Block a user