mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-17 00:13:15 +01:00
Updated Docker (markdown)
parent
83f442f42a
commit
bd4961dece
@ -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.
|
||||
* Develop Branch: [linuxserver/radarr](https://hub.docker.com/r/linuxserver/radarr/)
|
||||
* Nightly Branch: [hotio/suitarr](https://hub.docker.com/r/hotio/suitarr/), [hotio/radarr](https://hub.docker.com/r/hotio/radarr/)
|
||||
* Develop Branch: [linuxserver/radarr](https://hub.docker.com/r/linuxserver/radarr/), [hotio/suitarr](https://hub.docker.com/r/hotio/suitarr/)
|
||||
* Nightly Branch: [hotio/suitarr](https://hub.docker.com/r/hotio/suitarr/)
|
||||
|
||||
# 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.
|
||||
|
Loading…
Reference in New Issue
Block a user