Search found 1 match

by brownsunny148
Sat Dec 30, 2023 3:06 am
Forum: Support
Topic: Deluge arm v7 docker image
Replies: 4
Views: 11575

Re: Deluge arm v7 docker image

The error you're encountering suggests that the Docker image you're trying to pull doesn't have a manifest for the `linux/arm/v7` architecture, which is the architecture of your Banana Pi with ARMv7. To resolve this issue, you can try the following steps 1. Check Architecture Support: - Confirm on t...