Smart PVR for newsgroup and bittorrent users.
2.8K
This image is derived from sgtsquiggs/alpine.mono.
Sonarr is a smart PVR for newsgroup and bittorrent users.
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
-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)Set these to match the user/group ID of shared data volumes. Files written to these volumes will match the provided uid/gid.
Content type
Image
Digest
Size
90.1 MB
Last updated
over 9 years ago
docker pull sgtsquiggs/sonarr