Sign inSign up

sgtsquiggs/sonarr

By sgtsquiggs

Updated over 9 years ago

Smart PVR for newsgroup and bittorrent users.

Image
0

2.8K

sgtsquiggs/sonarr repository overview

sonarr

This image is derived from sgtsquiggs/alpine.mono.

Sonarr is a smart PVR for newsgroup and bittorrent users.

Usage

docker run \
    --name=sonarr \
    -v <path to data>:/config \
    -v <path to downloads>:/downloads \
    -v <path to media>:/tv \
    -e PGID=<gid> -e PUID=<uid> \
    -p 8989:8989 \
    sgtsquiggs/sonarr

Parameters

  • -p 8989:8989 external port 8989 mapping to internal port 8989
  • -v <path>:/config where configuation files are stored.
  • -v <path>:/downloads where download clients save files.
  • -v <path>:/tv where media is sorted and moved to.
  • -e PGID=<gid> for Group ID (see below)
  • -e PUID=<uid> for User ID (see below)

User and Group ID

Set these to match the user/group ID of shared data volumes. Files written to these volumes will match the provided uid/gid.

Acknowledgements

Tag summary

Content type

Image

Digest

Size

90.1 MB

Last updated

over 9 years ago

docker pull sgtsquiggs/sonarr