sel / telldusd-docker

Dockerfile for telldusd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Dockerfile for telldusd


Languages

Language:Dockerfile 62.7%Language:Makefile 37.3%