bmartin5692 / bumper

A standalone and self-hosted implementation of the central server used by Ecovacs vacuum robots.
GNU General Public License v3.0
301 stars 50 forks source link

Error when running with Docker - Container does not start #73

Closed momab closed 4 years ago

momab commented 4 years ago

Hi there,

When running Sucks with Docker, the Container does not seem to start. It gives the Error exec user process caused "exec format error".

OS: Raspbian 10 System: Raspberry Pi 4 B

I cannot get the Container to start, when running the Command stated in your Readme.

Greetings, Max

bmartin5692 commented 4 years ago

It's currently building for linux/amd64 only on Dockerhub. I need to look into multiarch and having it build for arm as well.

If you want a docker image in the meantime, you can manually create it with the commands here: https://github.com/bmartin5692/bumper#docker-build

bmartin5692 commented 4 years ago

I went through the following docs (https://docs.docker.com/docker-for-mac/multi-arch/). The latest build should now be available from Pis if you try to pull again.

ToDo: Make this happen via CI

momab commented 4 years ago

Thanks very much! Now it‘s working!

Now I just have to see why the Sucks Command doesn’t work...

ErfolgreichCharismatisch commented 3 years ago

Hi, can you help me with https://github.com/bmartin5692/bumper/issues/125 ?