diff --git a/scripts/docker/README.md b/scripts/docker/README.md index 4bc91f9b..6971c1cb 100644 --- a/scripts/docker/README.md +++ b/scripts/docker/README.md @@ -32,16 +32,17 @@ the recommended way to configure copyparty inside a container is to mount a fold with image size after installation and when gzipped -* [`min` (57 MiB, 20 gz)](https://hub.docker.com/r/copyparty/min) is just copyparty itself -* [`im` (70 MiB, 25 gz)](https://hub.docker.com/r/copyparty/im) can thumbnail images with pillow, parse media files with mutagen +* [`min`](https://hub.docker.com/r/copyparty/min) (57 MiB, 20 gz) is just copyparty itself +* [`im`](https://hub.docker.com/r/copyparty/im) (70 MiB, 25 gz) can thumbnail images with pillow, parse media files with mutagen * [`ac` (163 MiB, 56 gz)](https://hub.docker.com/r/copyparty/ac) is `im` plus ffmpeg for video/audio thumbs + audio transcoding + better tags -* [`iv` (211 MiB, 73 gz)](https://hub.docker.com/r/copyparty/iv) is `ac` plus vips for faster heif / avic / jxl thumbnails -* [`dj` (309 MiB, 104 gz)](https://hub.docker.com/r/copyparty/dj) is `iv` plus beatroot/keyfinder to detect musical keys and bpm +* [`iv`](https://hub.docker.com/r/copyparty/iv) (211 MiB, 73 gz) is `ac` plus vips for faster heif / avic / jxl thumbnails +* [`dj`](https://hub.docker.com/r/copyparty/dj) (309 MiB, 104 gz) is `iv` plus beatroot/keyfinder to detect musical keys and bpm [`ac` is recommended](https://hub.docker.com/r/copyparty/ac) since the additional features available in `iv` and `dj` are rarely useful -all editions support `x86`, `x86_64`, `armhf`, `aarch64`, `ppc64le`, `s390x` -* `ppc64le` cannot run `iv` or `dj` +most editions support `x86`, `x86_64`, `armhf`, `aarch64`, `ppc64le`, `s390x` +* `dj` doesn't run on `ppc64le`, `s390x`, `armhf` +* `iv` doesn't run on `ppc64le`, `s390x` ## detecting bpm and musical key