Vectorworks project sharing docker on Raspberry Pi not working... (it's only for intel)

just for curiosity, when I enter the following command

docker run -d --env L=1 --name ps-server -v /your/local/storage/location:/usr/psserverd/Projects -v /you/local/storage/for/logs:/usr/psserverd/log -p 22001:22001 project-sharing-server:latest


and receive the following answer:

WARNING: The requested image’s platform (linux/amd64) does not match the detected host platform (linux/arm/v7) and no specific platform was requested

could it probably mean, that the only solution would be, asking the developer from the project sharing server, to compile an ARM-version from the project sharing server, right? :wink:

thanks

The image needs to be built for the cpu architecture your Pi uses, but the image appears to be only available for amd64.

Either you ask the developer whether they are so kind to build images for your cpu architecture, or you’ll have to build it yourself.

@meyay I was afraid, you would exactly say that :wink:

The category is “Docker Desktop for Linux”. Do you really run Docker Desktop on Rasberry Pi? I don’t think so, but if Rasberry Pi supports qemu, you could still run amd64 images with worse performance.