Skip to content

foliea/docker-sickrage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

docker-sickrage

foliea/docker-sickrage

SickRage in a Docker container.

Base Docker Image.

Sources

Installation

  1. Install docker.

  2. Download automated build from public docker hub registry:

    docker pull foliea/sickrage

Usage

docker run -v <your host config directory>:/config \
           -v <your host data directory>:/data \
           -d -p 8081:8081 foliea/sickrage

SickRage should now be listening on port 8081 on your Docker host.

N.B. After each upgrade, you should either restart the container, or create a new one using the same host config and data directories as volumes.