Git Product home page Git Product logo

docker-knxd's Introduction

knxd

For documentation and information on the KNXD project check our their GitHub page.

Exposed ports

I still don't know why, but instead of binding ports use --net=host to get it working.

  • 3672/tcp (Server port)
  • 6720/tcp (knx-ip)

Exported volumes

  • /etc/knxd (for knxd.ini file)

Example container start command

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:

  • Map /etc/knxd to a local volume of your host and put a knxd.ini inside
  • Pass command line parameters to image as you would pass to the deamon directly. Example docker run knxd --version

Example to run the image standalone with a provided ini file in ./knxd/etc/knxd.ini:

docker run -d --net=host -v ./knxd/etc:/etc/knxd foxi352/knxd

docker-knxd's People

Contributors

trondkjeldas avatar

Watchers

 avatar  avatar

Forkers

svenihoney

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.