Error when running with Docker - Container does not start #73
Labels
No labels
bug
dependencies
duplicate
enhancement
good first issue
help wanted
invalid
question
waiting for fix validation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: mia/bumper#73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
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
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
Thanks very much!
Now it‘s working!
Now I just have to see why the Sucks Command doesn’t work...
Hi, can you help me with https://github.com/bmartin5692/bumper/issues/125 ?