Updated FAQ (markdown)

Donald Webster 2017-03-07 11:04:04 -08:00
parent 7698c1d7f0
commit 24ddc29bfc
1 changed files with 3 additions and 2 deletions

5
FAQ.md

@ -12,5 +12,6 @@ At this time, it isn't supported. The root of the reason is that Radarr is a for
### Can I update Radarr inside my Docker container?
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 release.
* [hotio's radarr docker image](https://hub.docker.com/r/hotio/radarr/) tracks nightly.
Docker Images:
* [Linux|Server.io's](https://hub.docker.com/r/linuxserver/radarr/) tracks release.
* [hotio's](https://hub.docker.com/r/hotio/radarr/) tracks nightly.