Skip to content

Commit

Permalink
(cadvisor): Add cadvisor
Browse files Browse the repository at this point in the history
  • Loading branch information
thibmaek committed Sep 10, 2024
1 parent bd07423 commit a8c150e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions files/docker_compose/cadvisor/compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
services:
cadvisor:
image: gcr.io/cadvisor/cadvisor
container_name: cadvisor
privileged: true
volumes:
- /:/rootfs:ro
- /var/run:/var/run:rw
- /sys:/sys:ro
- /var/lib/docker:/var/lib/docker:ro
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 8080:8080
restart: always

0 comments on commit a8c150e

Please sign in to comment.