RFM69-Gateway Decoder
docker run --rm zmarkella/rfm69gw-decoder python3 /app/RFM69GwDecoder.py -d > rfm69gw-decoder.conf
docker run -d --name rfm69gw-decoder --restart=unless-stopped -v $PWD/rfm69gw-decoder.conf:/etc/rfm69gw-decoder.conf:ro zmarkella/rfm69gw-decoder
Currently, there's a Jenkins server that's set up to build both master branch and 'devel' tag, then push it to Docker hub.
Force the tag onto the current commit:
git tag -f -a devel
git push -f --tags
Both 'latest' and '-devel' tags are cross-platfrom builds for amd64 and armv7hf