Skip to content

sel/telldusd-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published