This is a Docker container that contains TVHeadend
It also will present the web interface to the user to scan and configure channels.
mkdir -p /opt/docker-tvheadend-config
Build with
docker build -t tvheadend .
run with
docker run -d -p 9981:9981 -v=/opt/docker-tvheadend-config:/home/hts/.hts --device=/dev/dvb/adapter0/dvr0:/dev/dvb/adapter0/dvr0 --device=/dev/dvb/adapter0/demux0:/dev/dvb/adapter0/demux0 --device=/dev/dvb/adapter0/frontend0:/dev/dvb/adapter0/frontend0 --device=/dev/dvb/adapter0/net0:/dev/dvb/adapter0/net0 tvheadend
(Example for a DVB-C TV stick that is supported by the docker host)
WARNING security is set to be non-existant on the web interface. Logging in requires no username or password.