Monocle Docker Container support arm32v7 (Raspberrypi) ??
-
Hi,
Thanks for creating an official docker image for this project. I have attempted to load this on a raspberrypi without success. Does this image have support for arm32v7 hardware? I have followed the instructions and on loading it via docker-compose, the logs are reporting the following …
standard_init_linux.go:211: exec user process caused "exec format error" standard_init_linux.go:211: exec user process caused "exec format error" standard_init_linux.go:211: exec user process caused "exec format error"
-
Hi,
Any update regarding this request? I’m also looking for a container that runs on arm32. -
topping this as I also looking to install the container on my arm32v7 pi.
I was going to just build my own image on the pi, but noticed that the source build is specially compiled for x64 on alpine linux. not sure if that would be a problem if i otherwise selected the arm32v7 or raspberrypi packages.
I found one of the forks was updated to use a base image of debian buster-slim with intensions of being used on a Pi 4. So I created my own image and tested it
https://hub.docker.com/r/steinauf/monocle-gateway-rpi
I’ll submit a PR to see if this can be added.