Rebuild of the rpi-monitor docker image with modern debian bookworm-slim for armv7 (RaspberryPi 2)
458
This is a rebuild of the rpi-monitor docker image with a modern debian bookworm-slim for armv7 (RaspberryPi 2). See the original Docker Hub page or github page for the full readme on how to use this Docker image and for information regarding contributing and issues.
is an easy and free to use WebUI to monitor your Raspberry PI.
To run the docker-rpi-monitor image and monitor your physical Raspberry PI instead of the docker container itself, a lot of volumes needs to be mapped into the container:
/opt/vc
/boot
/sys
/etc
/proc
/usr/lib
All volumes are mapped as read-only to ensure the container can't modify the data on the docker host. Additionally access to the Raspberry PI's vchiq and vcsm device needs to be mapped to the container to access hardware sensors, like CPU Temperature, e.g.
docker run --device=/dev/vchiq --device=/dev/vcsm --volume=/opt/vc:/opt/vc --volume=/boot:/boot --volume=/sys:/dockerhost/sys:ro --volume=/etc:/dockerhost/etc:ro --volume=/proc:/dockerhost/proc:ro --volume=/usr/lib:/dockerhost/usr/lib:ro -p=8888:8888 --name="rpi-monitor" -d michaelmiklis/rpi-monitor:latest
After a successful start you can access the RPi-Monitor using http://dockerhost-ip:8888
Original source: https://github.com/michaelmiklis/docker-rpi-monitor
Content type
Image
Digest
sha256:e9fe0dd9a…
Size
79.7 MB
Last updated
about 1 year ago
docker pull xazziri/rpi-monitor