From 7a3935e912a959c3995a225e1aeaba6345f908bf Mon Sep 17 00:00:00 2001 From: evulhotdog Date: Sun, 2 Apr 2017 17:23:03 -0400 Subject: [PATCH] Removing nightly as repo no longer exists, specifying branch for linuxserver.io container --- Docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker.md b/Docker.md index 2bd8894..ae43aea 100644 --- a/Docker.md +++ b/Docker.md @@ -8,8 +8,8 @@ Start by getting Docker installed and working on your operating system of choice ## Pick Release or Nightly Docker containers are intended to be static, they shouldn't self update internally. If you want to use stable releases, you want one that tracks releases. If you'd rather run the latest and greatest, the nightly is the right choice. Each of their docker pages has good setup and usage instructions, follow them. -* Release: [linuxserver/radarr](https://hub.docker.com/r/linuxserver/radarr/) -* Nightly: [hotio/radarr](https://hub.docker.com/r/hotio/radarr/) +* Develop Branch: [linuxserver/radarr](https://hub.docker.com/r/linuxserver/radarr/) + # Using systemd Using your favorite editor, create `/etc/systemd/system/docker-radarr.service` with the following systemd unit file. Be sure to replace `timezone` and `path to data` with the correct values. Note that `ExecStart` is basically the same command on the docker page for the image you choose, so adjust appropriately. This example uses `linuxserver/radarr`, but `hotio/radarr` is equally as valid.