



- #Install sonarr synology docker how to
- #Install sonarr synology docker install
- #Install sonarr synology docker update
- #Install sonarr synology docker tv
I have chosen to Automatically split only the top two directory levels as this should keep all season folders on the same drive.
#Install sonarr synology docker tv
I have chosen to have individual shares for my media.īelow is a screen shot of my current settings for my TV show share. The usual setup for Sonarr would be to have a Media share that contains a TV subfolder. These will be accessable from your network so other applications can access them. Shares are where Sonarr will be accessing your downloads and putting the TV shows on your Unraid server.
#Install sonarr synology docker how to
You can find a guide on how to do that HERE Shares
#Install sonarr synology docker install
You need to install the Community Applications plugin. Community Applications Pluginįirst thing first. Once you have the Community Applications plugin installed you are just a few clicks away from automating your TV show consumption. Sonarr is now installed and running in Docker.Installing Sonarr couldn’t be any easier when installing using Docker on and Unraid server.
#Install sonarr synology docker update
If any new updates exist, you can click on the ‘Install Latest’ button and you will trigger an update to the latest version of Sonarr. Once you are in System, click on the Updates tab and verify that no available updates currently exist. Now that Sonarr is running in Docker, you should browse to the IP of your server with the port you’ve selected and go to System. If you’ve done all of the above and used correct parameters, you can now go ahead and start the Sonarr container you have just created by issuing the following command: sudo docker start sonarr Updating Sonarr in Docker Starting and Stopping Sonarr Container in docker The seventh line specifies the location of the downloads folder, in this case it is /home/docker/sonarr/downloads. In this example, the config folder is located in the /home/docker/sonarr/config directory. The sixth line specifies the location of the configuration folder. The fifth line maps the hwclock as ReadOnly, this will ensure that Mono does not throw an exception. The fourth line specifies the user ID that the container should run under, this helps us minimize permission issues that can arise between the host and the container. The third line specifies the ports used by the service. The second line ensures that the container automatically starts during boot, you can remove this command if you don’t want the container to be started automatically. The top line creates a new docker container with the name “sonarr”. v /home/docker/sonarr/downloads:/downloads \ Copy all of the lines below into a blank file and adjust them as necessary. These include parameters such as port numbers, download folders locations, and more. You can grab the container by issuing the following command: sudo docker pull linuxserver/sonarr Set Sonarr Configuration ParametersĪfter the container has been pulled, you need to configure the usage parameters of Sonarr itself. In order to install Sonarr using a pre-made docker container you will need to grab the latest version of the Sonarr container from the linuxserver docker hub. LinuxServer is a docker repository that hosts a variety of HTPC and home server application containers. If you’re ready, then bring up your server’s terminal and get ready to install sonarr using docker. You can install Sonarr in a new docker container from scratch, however, ready-made containers are already available for several applications and service son the docker hub. All you need to do is pull those containers and install them. While you can also install Sonarr in Windows, docker offers more flexiblity and seems to be a lot easier to install. I personally prefer Sonarr as it is a bit easier to use and has a friendlier interface. It will allow you to automate all of your TV show downloading and just like SickRage it allows you to create watchlists that will in turn automatically download shows when they become available. Sonarr is one of the best services that you can install on your choice of a machine.
