-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Linux Docker DashBoard
version: '3'
services:
cadvisor:
image: gcr.io/cadvisor/cadvisor:v0.44.0
container_name: cadvisor
privileged: true
devices:
- /dev/kmsg:/dev/kmsg
volumes:
- /:/rootfs:ro
- /var/run:/var/run:ro
- /sys:/sys:ro
- /volume1/@eaDir/docker:/var/lib/docker:ro
- /etc/localtime:/etc/localtime
restart: unless-stopped
ports:
- 19200:8080
logging:
options:
max-size: "10m"
max-file: "3"
Metadata
Metadata
Assignees
Labels
No labels