I had this error while installing the Joplin server on a raspberry Pi.
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Maybe the docker arm64 should be made available ?
@Guiraud welcome to the forum.
Joplin only distributes an amd64 server docker image however others use automatic tools to make docker images available for arm64 & arm/v7.
This post has further details (server is towards the bottom of the post):
Looking for the official releases? These can be found on the Joplin website
Unofficial alternative Joplin distributions
There are a number of unofficial alternative Joplin distributions that people may want to use rather than the officially supported ones. If you do not want to or cannot use appimages or any of the other officially supported releases then you may wish to consider these.
However these do come with a caveat in that they are not officially supported nor endorsed …
I have used both of the arm64 versions shown with no problems.
If you need additional help with installing Joplin-Server on a Raspberry Pi, take a look at this threat:
Hi,
after I managed to host my own Joplin server on a Raspberry Pi, I decided to write a guide that might help other people. If you spot any mistakes, please reply to me!
The guide was lastly updated on 02.03.2022.
1. Dynamic DNS
If you didn't get a static IP address from your ISP, you will need a Dynamic DNS service. This sets a hostname which will be redirected to your IP. I use No-IP because it is free and has always worked out for me. So create an account here and set a hostname with y…
Kind regards