forked from Foxi352/docker-knxd
For documentation and information on the KNXD project check our their GitHub page.
amd64, arm32v6, arm64v8I still don't know why, but instead of binding ports use --net=host to get it working.
As default the image starts knxd as an entrypoint and passes /etc/knxd/knxd.ini as command. If you want to run the image on it's own you have multiple choices to pass parameters to the knx daemon. Some are:
/etc/knxd to a local volume of your host and put a knxd.ini insidedocker run knxd --versionExample to run the image standalone with a provided ini file in ./knxd/etc/knxd.ini:
docker run -d --net=host -v /smartHome/knxd:/etc/knxd boomalien/alpine-knxd
Content type
Image
Digest
Size
42.2 MB
Last updated
about 8 years ago
docker pull boomalien/alpine-knxd