A fork of Sonarr to work with movies à la Couchpotato.
2.8K
This image is derived from sgtsquiggs/alpine.mono.
Radarr is a fork of Sonarr to work with movies à la Couchpotato.
docker run \
--name=radarr \
-v <path to data>:/config \
-v <path to downloads>:/downloads \
-v <path to media>:/movies \
-e PGID=<gid> -e PUID=<uid> \
-p 8989:8989 \
sgtsquiggs/radarr
-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>:/movies 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.5 MB
Last updated
over 9 years ago
docker pull sgtsquiggs/radarr