Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 816 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 816 Bytes

Dockerfile for telldusd

Dockerfile for containerising the telldus daemon, suitable for running on a Raspberry Pi.

Includes a work-around for the libconfuse dependency problem based on this blog post.

The default tellstick.conf supplied here needs to be modified for your setup.

Refer to telldus regarding the daemon itself.

The container image, built for the Raspberry Pi armhf ABI, is available on Docker Hub and can be run as follows.

# docker run -d --name telldusd --privileged \
  -v /dev/bus/usb:/dev/bus/usb \
  -v $PWD/tellstick.conf:/etc/tellstick.conf:ro \
  slarkin/telldusd:20181118-1602