Simple docker image for Radarr without any bloat, built on the official dotnet runtime image. Radarr runs as user radarr with uid and gid 1000 and listens on port 7878.
docker run --rm ghudiczius/radarr:<VERSION> \
-p 7878:7878 \
-v path/to/config:/config \
-v path/to/downloads:/downloads \
-v path/to/movies:/movies
or
docker run --rm registry.gitlab.jmk.hu/media/radarr:<VERSION> \
-p 7878:7878 \
-v path/to/config:/config \
-v path/to/downloads:/downloads \
-v path/to/movies:/movies
Content type
Image
Digest
sha256:857029f2a…
Size
146.8 MB
Last updated
3 days ago
docker pull ghudiczius/radarr:6.4.4.10685.8109