MariaDB image with installed epglv UDF, for using with vdr-epgd
1.7K
A collection of Dockerfiles for a VDR appliance
You need docker.io installed correctly, clone this GIT repository or use the ones from hub.docker.io To use the crane.yml file you need crane installed. Configure the vdr.data image with your local and build it locally. If you don't use the vdr.data image your changes will not survive a container upgrade! Make sure you have a vdr user and a vdr group, both with id '666' (same as in yaVDR) and ensure the user/group have R/W access to the folders you specified.
$ crane provision -v vdr.data
$ crane provision -v vdr epgd database
Create the containers and start them
$ crane create -v vdr.data
$ crane create -v vdr epgd database
$ crane start
To edit your config stop the container first
$ docker stop vdr
$ docker stop epgd
Edit the files, e.g. copy your own channels.conf, modify svdrphosts.conf... Start the container after you are finished
$ docker start vdr
$ crane logs -f
Content type
Image
Digest
Size
131.6 MB
Last updated
almost 10 years ago
docker pull chriszero/mariadb-epglv