Hello! Seems that there were at least semi-successful attempts to run Bookstack Docker container on Pi in the past, but I'm interested if it's possible to run current 23.06 version on Pi.
I'm getting the expected error
no matching manifest for linux/arm64/v8 in the manifest list entries
Is it possible change Dockerfile to obtain support of Arm64/v8? Seems that bookworm has arm64 version at very least, but changing it doesn't resolve this issue.
Also, I changed alpine to latest and amd64->arm64. Docker-compose seems to be working, but I have no luck in connecting to self-hosted website neither by IP nor by domain name. It seems that server still receives requests, but website still can't be accessed - DNS_PROBY_FINISHED_NXDOMAIN error on both Pi and other PC in local network. It seems that it can't resolve domain name.
Hello! Seems that there were at least semi-successful attempts to run Bookstack Docker container on Pi in the past, but I'm interested if it's possible to run current 23.06 version on Pi. I'm getting the expected error
Is it possible change
Dockerfile
to obtain support of Arm64/v8? Seems thatbookworm
has arm64 version at very least, but changing it doesn't resolve this issue.UPDATE Here's what I came up with:
Also, I changed alpine to latest and amd64->arm64. Docker-compose seems to be working, but I have no luck in connecting to self-hosted website neither by IP nor by domain name. It seems that server still receives requests, but website still can't be accessed -
DNS_PROBY_FINISHED_NXDOMAIN
error on both Pi and other PC in local network. It seems that it can't resolve domain name.