We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I install memos on my raspberry pi using docker it gives me an unsupported arm64 error, is there any way to solve this?
Thanks very much.
root@pi:~# docker run --name memos --publish 5230:5230 --volume /www/wwwroot/note.f97.xyz:/var/opt/memos -e mode=prod -e port=5230 neosmemo/memos:0.1.3 Unable to find image 'neosmemo/memos:0.1.3' locally 0.1.3: Pulling from neosmemo/memos 97518928ae5f: Pull complete 0408c3031dd8: Pull complete 6cfeef34c3ab: Pull complete d9f790065503: Pull complete f7da0a14d252: Pull complete Digest: sha256:b11e90f2ace97911b8cda578659adf4ff1079d3e5118d5701f330415bd2af4be Status: Downloaded newer image for neosmemo/memos:0.1.3 WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested exec ./memos: exec format error root@pi:~#
The text was updated successfully, but these errors were encountered:
It might be a docker issue, please see: docker/for-linux#1170 (comment)
Sorry, something went wrong.
arm64 platform is supported and will be releasing in next version. You can try it with the dev tag.
arm64
dev
Successfully merging a pull request may close this issue.
When I install memos on my raspberry pi using docker it gives me an unsupported arm64 error, is there any way to solve this?
Thanks very much.
The text was updated successfully, but these errors were encountered: