memos
memos copied to clipboard
docker container automatically exit (159) on platform arm64
Describe the bug
docker run -d \
--init \
--name memos \
--publish 5230:5230 \
--volume ~/.memos/:/var/opt/memos \
--platform linux/arm64 \
neosmemo/memos:stable
in which I added --platform configuration to alllow my docker find correct architecture version (without this, raspberryPi will search for arm64/v8 by default.
But after successfully downloading Image, the container would not run on background, it will automatically exit with code 159.
I found a potential solution on stackoverflow : use docker run -dit, but it seems not work.
Steps to reproduce
- run command
docker run -d \
--init \
--name memos \
--publish 5230:5230 \
--volume ~/.memos/:/var/opt/memos \
--platform linux/arm64 \
neosmemo/memos:stable
- docker ps -a
we can see that memos exits almost immediatly
The version of Memos you're using.
stable
Screenshots or additional context
No response
@KFCxMcDonalds Could you share some backend logs of the failed startup? You can get them via docker logs.
@boojack hi jack, the problem is that I can't find any log information.
If you need more information, please let me know, thank you!
Hi! This remains a current issue on arm64/v8