Can't build plex server on raspberry pi 4 with docker compose

Can’t build plex server on raspberry pi 4 with docker compose

Docker Version#: Docker version 20.10.1, build 831ebea
Docker compose Version#: docker-compose version 1.27.4, build unknown
OS version#: Linux raspberrypi 5.4.79-v7l+

using dockerfile for Dockerfile.armv7

Hi when I run the command:
docker build -t plexinc/pms-docker:latest -f Dockerfile .
Errors appear:

	/installBinary.sh: 5: /plex-common.sh: function: not found
	/installBinary.sh: 6: local: not in a function

how can this be fixed?

You might just try directly pulling and using a prebuilt image from linuxserver.io instead.

linuxserver/plex:bionic

i was able to run “lsioarmhf/plex: latest”
but I wonder why it does not start “plexinc/pms-docker”

plexinc/pms-docker is an amd64 image. It will not run on your hardware.

at https://github.com/plexinc/pms-docker there is a dockerfile for ARM

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.