From dd7257875c0aff4ebe8926ff244c3aedb29d0a1c Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 12 Feb 2019 06:10:10 +0000 Subject: [PATCH] Bot Updating Templated Files --- images/docker-radarr.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/images/docker-radarr.md b/images/docker-radarr.md index 4de8dbbb8d..66bbbd7eb2 100755 --- a/images/docker-radarr.md +++ b/images/docker-radarr.md @@ -15,6 +15,8 @@ Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list). +Simply pulling `linuxserver/radarr` should retrieve the correct image for your arch, but you can also pull specific arch images via tags. + The architectures supported by this image are: | Architecture | Tag | @@ -106,6 +108,7 @@ Docker images are configured using parameters passed at runtime (such as those a | `/downloads` | Location of download managers output directory | + ## User / Group Identifiers When using volumes (`-v` flags), permissions issues can arise between the host OS and the container, we avoid this issue by allowing you to specify the user `PUID` and group `PGID`.