Sign inSign up

phlak/sonarr

By phlak

Updated almost 9 years ago
Archived

Docker image for Sonarr client.

Image
0

888

phlak/sonarr repository overview

docker-sonarr

Docker image for Sonarr client.


!!! UNMAINTAINED !!!

I will no longer be maintaining this image and recommend using the linuxserver/sonarr image if you would like to run CouchPotato on Docker.


Running the Container

In order to persist configuration data when upgrading your container you should create a named data volume. This is not required but is highly recommended.

docker volume create --name sonarr-data

After the data volume has been created run the daemon container with the named data volume:

docker run -d -p 8989:8989 -v sonarr-data:/home/sonarr/.config/NzbDrone -v /path/to/shows:/srv/shows --name sonarr-client phlak/sonarr
Optional 'docker run' Arguments

--restart unless-stopped - Always restart the container regardless of the exit status, but do not start it on daemon startup if the container has been put to a stopped state before. See the Docker restart policies for additional details.

Troubleshooting

Please report bugs to the GitHub Issue Tracker.

This project is liscensed under the MIT License.

Tag summary

Content type

Image

Digest

Size

94.2 MB

Last updated

almost 9 years ago

docker pull phlak/sonarr