This image runs a web server that shows in real-time the cpu temp.
docker run -p 8080:8080 alexlndn/raspi-temp
version: "3"
services:
raspi_temp:
container_name: raspi_temp
image: alexlndn/raspi-temp
ports:
- 8082:8080
restart: unless-stopped