Skip to content
New issue

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

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

Already on GitHub? # to your account

exec format error on armv7? #544

Open
2 tasks done
thegreekgeek opened this issue Jul 12, 2024 · 1 comment
Open
2 tasks done

exec format error on armv7? #544

thegreekgeek opened this issue Jul 12, 2024 · 1 comment

Comments

@thegreekgeek
Copy link

Describe the Bug
I get an exec format error when I try to spin up a container from a compose file on my RaspberryPi 3B+.

To Reproduce
Made a docker compose file based off the run command in the documentation, added a platform entry (Linux/arm/v7) and container_name.

Expected Behavior
Container to load

Actual Behavior
"exec /enigma-bbs/docker/bin/docker-entrypoint.sh: exec format error"

Screenshots
If applicable, add screenshots to help explain your problem.

Environment

  • I am using Node.js v14.x LTS or higher
  • npm install or yarn reports success
  • Actual Node.js version (node --version): 21.7.3
  • Operating system (uname -a on *nix systems): Linux 6.1.21-v7+
  • Revision (git rev-parse --short HEAD): N/A AFAIK
  • Any additional relevant information about your setup
@NuSkooler
Copy link
Owner

@thegreekgeek sounds like you need to add a shebang and mark the script executable:

#/usr/bin/env bash

and

chmod +x docker-entrypoint.sh

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

No branches or pull requests

2 participants