From 34a57ce2b684f722fbc79e36b5bcdd457551dd09 Mon Sep 17 00:00:00 2001 From: Donald Webster Date: Tue, 7 Mar 2017 13:22:57 -0800 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Docker.md b/Docker.md index 8899cc0..37d3ba0 100644 --- a/Docker.md +++ b/Docker.md @@ -12,7 +12,7 @@ Docker containers are intended to be static, they shouldn't self update internal * Nightly: [hotio/radarr](https://hub.docker.com/r/hotio/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 the `ExecStart` is basically the same as 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. +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. ```systemd [Unit] @@ -95,6 +95,7 @@ sudo docker pull linuxserver/radarr sudo systemctl restart docker-radarr ``` +# Advanced ## Automate Docker Image Update If you want to automate this, you can use the following script (let it run with a systemd timer):