SickRage (by cytec) in docker container, based on alpine
10K+

Image is created in auto-build for x86 based systems. Image is created on TinkerBoard, Raspberry Pi, Rock64 for ARM based systems.
The image is based on the latest SickRage version from cytec which is a version, optimized specially for german users.
On request, I will provide a version from the standard SickRage git.
For [/cfg+db/location], use the volume, where your config-file and the database from SickRage is stored.
For [/incoming/folder], you can use the volume, where the files will be stored, that SickRage should process.
For [/media/folder], use the volume, where the postprocessed files will be stored.
You can set the timezone for the container via environment-variable "TZ".
docker run -d \
-v [/cfg+db/location]:/data \
-v [/incoming/folder]:/incoming \
-v [/media/folder]:/media \
-e UID=[Users UID] \
-e GID=[Users GID] \
-e TZ="Europe/Berlin" \
-p 8081:8081 \
--name sickrage \
--restart=unless-stopped avpnusr/sickrage
Content type
Image
Digest
Size
36.2 MB
Last updated
almost 6 years ago
docker pull avpnusr/sickrage