mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 17:49:59 +00:00
13 lines
248 B
YAML
13 lines
248 B
YAML
version: "2"
|
|
|
|
services:
|
|
cadvisor:
|
|
image: google/cadvisor
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- "/:/rootfs:ro"
|
|
- "/var/run:/var/run:rw"
|
|
- "/sys:/sys:ro"
|
|
- "/var/lib/docker/:/var/lib/docker:ro"
|