Hi guys, 3 weeks ago I installed sonarr/radarr/plex on my rpi 3b w/ portainer. I reinstalled it yesterday, I was able to install everything (radarr, jackett, transmission, plex) but sonarr (neither in command line or via new container).
The script it :
docker run -d \
--name=sonarr \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Europe/Paris \
-p 8989:8989 \
-v /srv/dev-disk-by-uuid-5c098534-ebbf-4d84-a65d-8074af645750/tv:/tv \
#optional` \ -v /srv/dev-disk-by-uuid-5c098534-ebbf-4d84-a65d-8074af645750/downloads:/downloads `#optional` `
--restart unless-stopped \
lscr.io/linuxserver/sonarr:latest
The error is :
Unable to find image 'lscr.io/linuxserver/sonarr:latest' locally
latest: Pulling from linuxserver/sonarr
docker: no matching manifest for linux/arm/v7 in the manifest list entries.
Have you got a solution for this ? It worked well few weeks ago, the script is almost exactly the same as radarr but I can't figure it out why this isn't working.
Thanks ! :)