From 759b63661a5ca93e3138fa2af9f073aef5848199 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sat, 9 Feb 2019 11:38:43 -0500 Subject: [PATCH] Bot Updating Templated Files --- images/docker-sickgear.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/images/docker-sickgear.md b/images/docker-sickgear.md index adc1482cf..d7adb1f4e 100755 --- a/images/docker-sickgear.md +++ b/images/docker-sickgear.md @@ -17,6 +17,8 @@ For more information on SickGear visit their website and check it out: https://g 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/sickgear` 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 | @@ -97,6 +99,7 @@ Docker images are configured using parameters passed at runtime (such as those a | `/downloads` | your downloads folder for post processing (must not be donwload in progress) | + ## 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`.