Updated Docker (markdown)

master
Donald Webster 7 years ago
parent 5e7140e4da
commit 34a57ce2b6

@ -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):

Loading…
Cancel
Save