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