For documentation and information on the KNXD project check our their GitHub page.
This is a fork of https://github.com/Foxi352 but with a stable alpine version.
- 3672/tcp (Server)
- 6720/tcp (KNX-IP)
- /etc/knxd (for knxd.ini file)
Tag docker file with knxd version
TAG=$(docker run fdubuisson/knxd-rpi knxd --version | head -n 1 | cut -d ' ' -f 2 | cut -d ':' -f 1)
docker tag fdubuisson/knxd-rpi fdubuisson/knxd-rpi:$TAG
docker push fdubuisson/knxd-rpi:$TAG