diff --git a/images/docker-qbittorrent.md b/images/docker-qbittorrent.md index d96178007..a484fed72 100755 --- a/images/docker-qbittorrent.md +++ b/images/docker-qbittorrent.md @@ -14,6 +14,8 @@ The [Qbittorrent](https://www.qbittorrent.org/) project aims to provide an open- 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/qbittorrent` 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 | @@ -103,6 +105,7 @@ Docker images are configured using parameters passed at runtime (such as those a | `/config` | Contains all relevant configuration files. | + ## 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`.