/armh-cadvisor

Google's cadviser compiled on armhv7l and running on Raspian Jessie

Primary LanguageMakefile

Raspbian Cadvisor

Google's cAdvisor compiled and packaged for the Raspberry Pi 3.

Usage

sudo docker run \
    --volume=/:/rootfs:ro \
    --volume=/var/run:/var/run:rw \
    --volume=/sys:/sys:ro \
    --volume=/var/lib/docker/:/var/lib/docker:ro \
    --publish=8080:8080 \
    --detach=true \
    --name=cadvisor \
    robinthrift/raspian-cadvisor:latest

More Info on the cAdvisor GitHub page.

Dev

Expects the cAdvisor binary to be in content/ Run sudo make build to build the docker container.

armh-cadvisor