Skip to content

albertrdixon/docker-sickrage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker - SickRage

Docker Repository on Quay.io

Just a small Docker container that runs SickRage!

Usage

You can run this right out of the box with no adjustments.

$ docker run -d -P quay.io/albertrdixon/sickrage

If you want your config changes and data to persist (and of course you do), then run like so:

$ docker run -d -P -v /path/to/sickrage/data:/data quay.io/albertrdixon/sickrage

Simple!

Details

/sickrage - Application is installed to this path

/data - Sickrage data directory (mount a volume here to persist Sickrage data)

Note: I would also mount /etc/localtime in the container as read-only (-v /etc/localtime:/etc/localtime:ro)

About

SickRage, dockerized

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages