mirror of
https://github.com/Radarr/Radarr
synced 2024-12-22 16:02:43 +00:00
Updated Docker (markdown)
parent
7cc83a6080
commit
3a1a99fdd2
1 changed files with 6 additions and 5 deletions
11
Docker.md
11
Docker.md
|
@ -8,15 +8,16 @@ Start by getting Docker installed and working on your operating system of choice
|
||||||
|
|
||||||
## Pick Stable or Nightly
|
## Pick Stable or Nightly
|
||||||
Docker containers are intended to be static, they shouldn't self update internally. As such, releases are tagged and built under certain names. This allows for immutable versioning. If you want to use a stable releases, you want a tag that tracks as such. If you'd rather run the latest and greatest, nightly is the right choice. The docker pages have good setup and usage instructions, follow them.
|
Docker containers are intended to be static, they shouldn't self update internally. As such, releases are tagged and built under certain names. This allows for immutable versioning. If you want to use a stable releases, you want a tag that tracks as such. If you'd rather run the latest and greatest, nightly is the right choice. The docker pages have good setup and usage instructions, follow them.
|
||||||
* Linuxserver.io branch: [linuxserver/radarr](https://hub.docker.com/r/linuxserver/radarr/)
|
* Linuxserver.io: [linuxserver/radarr](https://hub.docker.com/r/linuxserver/radarr/)
|
||||||
- latest: Stable releases
|
- latest: Stable releases
|
||||||
- 5.14: Stable releases, but run on Mono 5.14
|
- 5.14: Stable releases, but run on Mono 5.14
|
||||||
- nightly: Nightly releases
|
- nightly: Nightly releases
|
||||||
- preview: Alpha releases, unsupported and for development only
|
- preview: Alpha releases, unsupported and for development only
|
||||||
* hotios's branch: [hotio/radarr](https://hub.docker.com/r/hotio/radarr)
|
* hotio: [hotio/radarr](https://hub.docker.com/r/hotio/radarr)
|
||||||
- latest: Stable releases
|
- latest: Stable releases (the same as the `stable` tag)
|
||||||
- develop: Nighly releases
|
- stable: Stable releases (also versioned tags like `stable-0.2.0.1358`)
|
||||||
|
- unstable: Nighly releases (also versioned tags like `unstable-0.2.0.1448`)
|
||||||
|
- aphrodite: Nighly releases, new UI like Sonarr V3, .NET Core (also versioned tags like `aphrodite-2.0.0.2183`)
|
||||||
|
|
||||||
# Using systemd
|
# 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.
|
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 a new issue