Hello everyone,
I recently reset my settings and updated LibreElec to version 11.0.3. However, I'm facing an issue while trying to install Transmission. The code I used is as follows:
Code
docker run -d \
--name=9091-transmission \
-e PUID=0 \
-e PGID=0 \
-e TZ=Asia/Kuala_Lumpur \
-e USER=`transmission` \
-e PASS=`libreelec` \
-p 9091:9091 \
-p 51413:51413 \
-p 51413:51413/udp \
-v /var/media/Seagate4TB/data:/config \
-v /var/media/Seagate4TB/[4]Movie-Solo/downloads:/downloads \
-v /var/media/Seagate4TB/[4]Movie-Solo:/watch \
--restart unless-stopped \
linuxserver/transmission
Display More
```However, I encountered the following issues:
Code
-sh: transmission: not found
-sh: libreelec: not found
Unable to find image 'linuxserver/transmission:latest' locally
latest: Pulling from linuxserver/transmission
docker: no matching manifest for linux/arm/v8 in the manifest list entries.
See 'docker run --help'.
``Could someone please assist me in identifying what went wrong and how to fix it? Your help would be greatly appreciated.