From 9321b1f518462e2bd36e97ff08d44ef6bfecc0ed Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 15 Feb 2019 09:43:40 +0000 Subject: [PATCH] Bot Updating Templated Files --- images/docker-couchpotato.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/images/docker-couchpotato.md b/images/docker-couchpotato.md index 06771c2ab..b0c03c6ca 100755 --- a/images/docker-couchpotato.md +++ b/images/docker-couchpotato.md @@ -14,6 +14,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/couchpotato` 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 | @@ -100,6 +102,7 @@ Docker images are configured using parameters passed at runtime (such as those a | `/movies` | Movie Share. | + ## 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`.