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
|
container_name: cadvisor
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
privileged: true
|
privileged: true
|
||||||
devices:
|
|
||||||
- /dev/kmsg:/dev/kmsg
|
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
- /run/containerd/containerd.sock:/run/containerd/containerd.sock:ro
|
- /run/containerd/containerd.sock:/run/containerd/containerd.sock:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user