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.
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
--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.
Please report bugs to the GitHub Issue Tracker.
This project is liscensed under the MIT License.
Content type
Image
Digest
Size
94.2 MB
Last updated
almost 9 years ago
docker pull phlak/sonarr