brotandgames/ciao

Unable to run ciao on raspberry pi using docker

obromios opened this issue · 4 comments

Describe the bug
When I try to run ciao on a raspberry pi using docker, I see a linux error. I did not encounter the same problem on OSX

To Reproduce
After installing docker on a raspberry pi and then running ciao with
docker run --name ciao -p 8090:3000 brotandgames/ciao
I see the following error:
standard_init_linuz.go:211 eexec user process caused "exec format error"

Expected behavior
When I ran the same command on OSX, ciao started as requested, and I found it so useful, that I want to run it 24/7 on a rapsberry pi.

Desktop (please complete the following information):
The operating system is Raspbian GNU/Linux, version 10 (buster).
It is running on a raspberry pi 3 model B

@obromios There is currently no Docker build/image for ciao on Arm.

We are open for PRs.

You can build the image on your raspberry. I needed to make some changes before it would build to begin with:

#93

Ciao (> 1.6.13) is now available for arm/v7 and arm64:

https://hub.docker.com/r/brotandgames/ciao/tags

grafik