m0wer / tiddlywiki-docker

NodeJS based TiddlyWiki 5 Docker image.
https://hub.docker.com/r/m0wer/tiddlywiki
GNU General Public License v3.0
48 stars 28 forks source link

Is this image compatible with raspberry pi? #5

Closed ghost closed 2 years ago

ghost commented 3 years ago

Hi,

I just did test on virtual machine with ubuntu server, I managed to create and start container and access it via web without any issues. I repeated the same workflow on raspberry pi with ubuntu server and container is restarting itself in loop.

Is this image compatible with raspberry pi? If so, than could you please help me debug?

JXGA commented 3 years ago

It looks like the images on Docker Hub are linux/amd64, so you probably won't have much success with ARM. The node:latest image which this is based off has an ARM option, so should work if you build your own Docker image.

I'm not guaranteeing this will work, but what I'd try is below. You can also alter the file init-and-run-wiki from this repo with any commands you need to run (closing out issue #4).

Good luck :)

m0wer commented 2 years ago

First of all, sorry for the late reply. I didn't get any notifications since the repo is a fork and it was unwatched by default.

The Dockerfile is compatible with RaspberryPi and other ARM based devices. You can download the ARM image from Docker Hub from now on.