Sign inSign up

f100024/cadvisor

By f100024

Updated over 3 years ago

Google cAdvisor for arm64, amd64, 386

Image
0

3.5K

f100024/cadvisor repository overview

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

Tag summary

Content type

Image

Digest

sha256:dce4a4778

Size

50.1 MB

Last updated

over 3 years ago

docker pull f100024/cadvisor