Sign inSign up

ghudiczius/sonarr

By ghudiczius

Updated 3 days ago

Simple docker image for Sonarr

Image
1

2.5K

ghudiczius/sonarr repository overview

Sonarr

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.

Usage

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

Tag summary

Content type

Image

Digest

sha256:3ea2947aa

Size

141.5 MB

Last updated

3 days ago

docker pull ghudiczius/sonarr:4.0.20.3014.8094