Skip to content

Docker image making screenshots of Raspberry Pi screen each mintue and storing them for 1 day in provided folder

License

Notifications You must be signed in to change notification settings

bedrin/raspi2png

This branch is 1 commit ahead of, 2 commits behind AndrewFromMelbourne/raspi2png:master.

Repository files navigation

raspi2png - docker container doing Raspberry PI screenshots each minute and storing them for 1 day

Build

docker build . -t raspi2png:dev

Run

Using Docker Compose

---
version: "2.1"
services:
  raspi2png:
    container_name: raspi2png
    image: raspi2png:dev
    restart: always
    volumes:
      - /opt/vc:/opt/vc
      - /media/ssd256/monitoring:/export
    devices:
      - /dev/vchiq

Configuration

Mount your folder for storing screenshots to /export folder of container

Disclaimer

Based on https://github.com/AndrewFromMelbourne/raspi2png

About

Docker image making screenshots of Raspberry Pi screen each mintue and storing them for 1 day in provided folder

Resources

License

Stars

Watchers

Forks

Languages

  • C 91.9%
  • Makefile 3.9%
  • Shell 2.9%
  • Dockerfile 1.3%