pms-docker for raspberry pi 2 or 3

Hi,

I have some Raspberry pi 2 and 3 which are running docker.
But docker-pms doesn’t work with armhf/ubuntu:16.04 or another based arm ubuntu docker because of the link for the deb file.
Is there a deb file on plex download which is compiled for armv7l ? or armhf ?
I tried following link with the env variable URL : https://downloads.plex.tv/plex-media-server/1.3.3.3148-b38628e/plexmediaserver-ros6-binaries_1.3.3.3148-b38628e_armel.deb
I found this on the download page, but i have this error package architecture (armel) does not match system (armhf)

Is there a deb file that could work with pms-docker URL on raspberry pi 2 ?

Thanks

1 Like

I just tried installing the official docker image for plex:
https://hub.docker.com/r/plexinc/pms-docker/

and I ran into issues running it on my Raspberry Pi 3b+ because it isnt built for the architecture. I did, however, find this version which is specifically built for raspberry pi. It doesnt support plexpass version though.

https://hub.docker.com/r/lsioarmhf/plex/

Nevermind.