zcube/cadvisor

By zcube

Updated almost 4 years ago

cAdvisor image for multiarch(386, amd64, arm/v6, arm/v7, arm64, ppc64le, s390x)

Image
28

5M+

zcube/cadvisor repository overview

cAdvisor (https://github.com/google/cadvisor)

  • 386, amd64, arm/v6, arm/v7, arm64, ppc64le, s390x supported
  • Raspberry Pi tested
  • multi-stage build
  • not official image
  • build by latest release tag
  • not maintained actively, but I'll check this repository quarterly
  • scheduled monthly
  • s390x building is too buggy. so non CGO enabled cross compiled binary used.
  • libipmctl build on amd64
  • libpfm build on 386, amd64, arm/v6, arm/v7, arm64, ppc64le, s390x

Usage

sudo docker run \
  --volume=/:/rootfs:ro \
  --volume=/var/run:/var/run:ro \
  --volume=/sys:/sys:ro \
  --volume=/var/lib/docker/:/var/lib/docker:ro \
  --volume=/dev/disk/:/dev/disk:ro \
  --publish=8080:8080 \
  --detach=true \
  --name=cadvisor \
  zcube/cadvisor:latest

Tag summary

Content type

Image

Digest

sha256:f5d9acd3d

Size

27.8 MB

Last updated

almost 4 years ago

docker pull zcube/cadvisor