Sign inSign up

robsharp/rpi-sickrage

By robsharp

Updated over 10 years ago

A Dockerfile to run Sickrage on a Raspberry Pi using Hypriot

Image
4

452

robsharp/rpi-sickrage repository overview

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.

Tag summary

Content type

Image

Digest

Size

218.8 MB

Last updated

over 10 years ago

docker pull robsharp/rpi-sickrage