RestyaPlatform / board

Trello like kanban board. Based on Restya platform.
http://restya.com/board/
Open Software License 3.0
2.03k stars 381 forks source link

Docker and Raspberry PI4 not working #4333

Open idefy opened 3 years ago

idefy commented 3 years ago

Issue

docker compose seems to work, but I cannot access restya, on the browser, I have : ERR_CONNECTION_REFUSED the ip and port are fine and I even tested locally with no success.

Docker-compose logs

looking at the logs I see this returned : restyaboard_1 | standard_init_linux.go:228: exec user process caused: exec format error {"log":"standard_init_linux.go:228: exec user process caused: exec format error\n","stream":"stderr","time":"2021-08-10T15:18:08.535779498Z"}

Context

Raspberry PI 4 with arm_64bit=1 deployed via docker I followed the steps here: https://restya.com/board/docs/install-restyaboard-docker/

sridhar391 commented 3 years ago

@BlackDark Can you please look into this issue?

BlackDark commented 3 years ago

@idefy Support for other archs does not exist yet. Docker images are currently only build for amd64 (x64 bit) and not arm.

@sridhar391 you can contact me personally and we can discuss how we can work together if you need support

sridhar391 commented 3 years ago

@BlackDark Thanks for your information