Sign inSign up

jbstep/docker-sonarr

By jbstep

Updated almost 10 years ago

Alpine based Sonarr build.

Image
0

954

jbstep/docker-sonarr repository overview

Dockerfile for Sonarr

Dockerfile to set up Sonarr

docker run
--restart=always \ -d
-h your_host_name
-v /your_config_location:/config
-v /your_videos_location:/data
-p 8989:8989
jbstep/sonarr

Then open http://yourserver:8989/

If you would like to build the image yourself

Build from docker file

git clone [email protected]:jbstep/docker-sonarr.git
cd docker-sonarr
docker build --pull --rm -t jbstep/sonarr .

Tag summary

Content type

Image

Digest

Size

76.4 MB

Last updated

almost 10 years ago

docker pull jbstep/docker-sonarr