Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when starting container #28

Closed
robertscheib opened this issue Jul 15, 2020 · 3 comments
Closed

Error when starting container #28

robertscheib opened this issue Jul 15, 2020 · 3 comments

Comments

@robertscheib
Copy link

Specifications

  • Image hash or version:
  • Platform: Raspberry Pi 3
  • Subsystem: Raspberry Pi OS

Expected Behavior

FR24Feed and piaware to run and begin sharing

Actual Behavior

Container starts up and then shuts down. Portainer is showing the following error in the log. It repeats for every attempt to restart, it includes nothing else.

standard_init_linux.go:211: exec user process caused "exec format error"

I have included what I believe to be necessary screenshots.

Container Details
Dockerfile Details
Image Details
Image Layers

Steps to Reproduce the Problem

  1. Start container in Portainer
  2. Monitor start progress
  3. Check log for additional error reference (show above in "Actual Behavior"
@Thom-x
Copy link
Owner

Thom-x commented Jul 15, 2020

You cannot run this image version with a Raspberry Pi 3, you need to build it yourself.

With docker hub it's not possible to build images for arm architecture. The only solution right now is to build it yourself.

docker build -t myimagename .

@Thom-x Thom-x closed this as completed Jul 15, 2020
@e2jk
Copy link
Contributor

e2jk commented Feb 28, 2021

@robertscheib FYI thomx is apparently now pushing his images to the Docker Hub not only for linux/amd64, but also linux/arm/v6 and linux/arm/v7 - so I've been running this image on a Raspberry Pi 1B (yes, old ;) ) without issues or having to compile it myself (which would have been awfully slow).

@robertscheib
Copy link
Author

@robertscheib FYI thomx is apparently now pushing his images to the Docker Hub not only for linux/amd64, but also linux/arm/v6 and linux/arm/v7 - so I've been running this image on a Raspberry Pi 1B (yes, old ;) ) without issues or having to compile it myself (which would have been awfully slow).

Awesome, thanks for the update. I have to rebuild my Pi as the SS card just died.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants