From 1a5cd22b6a401f719560d968ca4fa02af42f749b Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 14 Feb 2019 19:47:38 +0000 Subject: [PATCH] Bot Updating Templated Files --- images/docker-deluge.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/images/docker-deluge.md b/images/docker-deluge.md index a0f21699d..66312ae7c 100755 --- a/images/docker-deluge.md +++ b/images/docker-deluge.md @@ -20,6 +20,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/deluge` 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 | @@ -105,6 +107,7 @@ Docker images are configured using parameters passed at runtime (such as those a | `/downloads` | torrent download 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`.