spritsail/sickrage
Dockerfile for running the TV management and NZB searching tool SickRage. It expects a volume to store data mapped to /config in the container, and a volume where your downloads should go stored at /media. Enjoy!
This Docker imagee assumes a default user/group id pair of 906:900. Make sure this user has write access to the /config folder.
Example run command
docker run -d --restart=on-failure:10 --name sickrage -v /host/path/to/config:/config -p 8081:8081 spritsail/sickrage