Hello, thanks for clarifying. I removed the ` but still no luck.
Code
docker run -d \
--name=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 \
lscr.io/linuxserver/transmission:latest
Display More
``However, I still encountered the following issues:
Code
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 entriesSee 'docker run --help'.
``I got the code mixed up from this forum and the Docker documentation website.