multi arch docker container with knxd
338
multi arch docker container with knxd
you need to start the contsiner with --net=host otherwise the knxd process is not able to connect to an knx tunneling interface. Moreover you have to mount a config file to /config/knxd.ini Example: -v /my_path/knxd.ini:/config/knxd.ini
exposed ports:
docker run -d \
--name knxd \
--net=host \
-v /smartHome/applications/knxd/knxd.ini:/config/knxd.ini \
boomalien/docker-knxd
Content type
Image
Digest
Size
63.2 MB
Last updated
over 5 years ago
docker pull boomalien/docker-knxd