Skip to content
This repository has been archived by the owner on Dec 6, 2017. It is now read-only.

PHLAK/docker-sonarr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Copyright

This project is liscensed under the MIT License.

About

[UNMAINTAINED] Docker image for Sonarr client.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages