1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-02 14:17:19 +02:00

Updated FAQ (markdown)

Donald Webster 2017-03-07 11:03:15 -08:00
parent df17d20f61
commit 7698c1d7f0

5
FAQ.md

@ -10,6 +10,7 @@ Radarr uses themoviedb.org for movie information and images like fanart, banners
At this time, it isn't supported. The root of the reason is that Radarr is a fork of Sonarr, where every show has a folder. This limitation is known to be a pain point for many users and there is a [feature request](http://feathub.com/Radarr/Radarr/+29) to add support and the developers have it on their roadmap of things to implement.
### Can I update Radarr inside my Docker container?
Docker containers are meant to be static, they should never update themselves in any way. It is a primary philosophy of Docker. Database issues can be caused for Radarr if you upgrade your installation inside to the most recent nightly, then update the docker container itself which might downgrade to an older version.
Docker containers are meant to be static, they should never update themselves internally. It is a primary philosophy of Docker. Database issues can be caused for Radarr if you upgrade your installation inside to the most recent nightly, then update the docker container itself which might downgrade to an older version.
[Linux|Server.io's radarr docker image](https://hub.docker.com/r/linuxserver/radarr/) tracks releases while [hotio's radarr docker image](https://hub.docker.com/r/hotio/radarr/) tracks nightly.
* [Linux|Server.io's radarr docker image](https://hub.docker.com/r/linuxserver/radarr/) tracks release.
* [hotio's radarr docker image](https://hub.docker.com/r/hotio/radarr/) tracks nightly.