Goal of this repository is support images for different platforms of https://github.com/google/cadvisor repository.
Github fork used for updating this repository: https://github.com/f100024/cadvisor
Docker compose example:
version: '3.2'
services:
cadvisor:
image: f100024/cadvisor:latest
container_name: cadvisor
ports:
- 8080:8080
volumes:
- /:/rootfs:ro
- /var/run:/var/run:rw
- /sys:/sys:ro
- /var/lib/docker/:/var/lib/docker:ro
Content type
Image
Digest
sha256:dce4a4778…
Size
50.1 MB
Last updated
over 3 years ago
docker pull f100024/cadvisor