mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-07 08:54:04 +01:00
added privileged
This commit is contained in:
parent
5a15ad32a4
commit
35de5c28d7
@ -3,12 +3,11 @@ version: '3'
|
||||
|
||||
services:
|
||||
cadvisor:
|
||||
image: gcr.io/cadvisor/cadvisor:v0.45.0 # latest tag is not updated...
|
||||
# https://github.com/google/cadvisor/issues/3066
|
||||
# To manual check versions: https://github.com/google/cadvisor/releases
|
||||
# TODO: latest tag is not updated, check latest release https://github.com/google/cadvisor/releases
|
||||
image: gcr.io/cadvisor/cadvisor:v0.45.0
|
||||
container_name: cadvisor
|
||||
# ports:
|
||||
# - "8080:8080"
|
||||
ports:
|
||||
- "8080:8080"
|
||||
network_mode: host
|
||||
volumes:
|
||||
- /:/rootfs:ro
|
||||
@ -19,3 +18,4 @@ services:
|
||||
devices:
|
||||
- /dev/kmsg
|
||||
restart: unless-stopped
|
||||
privileged: true
|
Loading…
Reference in New Issue
Block a user