Bot Updating Templated Files

pull/1/head
LinuxServer-CI 2019-02-09 11:38:43 -05:00
rodzic d60bab749c
commit 759b63661a
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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`.