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