Skip to content

DmitryBoiadji/cadvisor-pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cAdvisor Pi

cAdvisor docker image build for ARM devices (for example: Raspberry PI).
This package is based on official google/cadvisor.

  • arm64 supported
  • Raspberry Pi tested
  • multi-stage build

Usage

Official documentation

Example:

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 \
  --privileged \
  --device=/dev/kmsg \
  gcr.io/cadvisor/cadvisor:$VERSION


Links