200ok-ch / organice

An implementation of Org mode without the dependency of Emacs - built for mobile and desktop browsers
https://organice.200ok.ch/
GNU Affero General Public License v3.0
2.42k stars 150 forks source link

Docker Container for Raspberry Pi #944

Closed AblatedSprocket closed 1 year ago

AblatedSprocket commented 1 year ago

Before creating a new issue, please read the "How we work with issues" section in the documentation: https://organice.200ok.ch/documentation.html#how_we_work_with_issues

Is your feature request related to a problem? Please describe. In another issue related to running Organice on a Pi, the maintainer suggested using a Docker container. This is the option I am trying to go with, but when trying to run the latest image, I get an image platform error:

docker run --name organice twohundredok/organice:latest WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested standard_init_linux.go:219: exec user process caused: exec format error

Describe the solution you'd like Would it be possible to provide an ARM-based image to work with a Pi as expected?

Describe alternatives you've considered I've considered building the image myself, but Raspberry Pis tend to run out of heap.

Additional context

AblatedSprocket commented 1 year ago

I decided to just host on a different machine, closing.