Forums » Tutorial and setups »
Tutorial - install sundtek (tv-stick) in docker container with TVHeadend
Added by Surfer Space over 5 years ago
Hallo,
here is a tutorial to install/use a sundtek TV-Stick inside a docker container.
1.) Nodes installation on the HOST (/omv) (on the host system):
create a persistant folder withOUT the „noexec“ that will be mounted to the docker container as /config
(check noexec in /etc/openmediavault/config.xml )
cd <<config-folder on host>>
wget http://sundtek.de/media/sundtek_netinst_testing.sh
chmod 777 sundtek_netinst_testing.sh
./sundtek_netinst.sh –createnodes
(empty nodes will be created so they can be included/used inside the docker container)
2.) install driver for the tv-stick (inside the docker container):
/config – persistant folder with exec-permission
cd /config
./sundtek_netinst_testing.sh -docker -use-custom-path=/config
3.) restart the docker container.