Dockerfile for Genmon
Based on the work that skipfire, JMVS, and gregmac did originally. This project is scripted to automatically publish versions weekly.
This is specifically made for compatibility with ESP32 devices like the OpenGenSet or the DIY Version.
docker run -d \
-e TZ="America/New_York" \
-p 8000:8000 \
-v config_dir:/etc/genmon \
--name genmon \
m0ngr31/genmon
Look at the documentation here: https://github.com/gregmac/Genmon-ESP32-Serial-Bridge
The latest release is available for amd64/x86_64, aarch64/ARMv8, ARMv7, and ARMv6. Usually docker should automatically download the right image.
docker pull m0ngr31/genmon:<TAG>
should just work.