A Dockerfile to run Sickrage on a Raspberry Pi using Hypriot
452
A super-slim SickRage container image for the RaspberryPi, using the Hypriot base image.
You can execute it with something like:
docker run -d \
-p 8081:8081 \
-v /media/external:/share \
--restart=always \
--name sickrage robsharp/rpi-sickrage
In my case, /media/external represents an external drive mounted on the docker host.
The use of restart='always' ensures the container starts with the docker host.
Content type
Image
Digest
Size
218.8 MB
Last updated
over 10 years ago
docker pull robsharp/rpi-sickrage