-
Notifications
You must be signed in to change notification settings - Fork 206
Open
Description
If I try to start the docker container a Raspberry Pi 5 like:
docker run -it -p 3000:3000 dradis/dradis-ce
the command fails with the following error:
exec /usr/local/bundle/bin/bundle: exec format error
A quick google search reveals, that this seems to be a platform relatet issue:
https://stackoverflow.com/questions/73285601/docker-exec-usr-bin-sh-exec-format-error
Relevant Docker inspect output:
"Architecture": "arm64",
"Os": "linux",
Output of uname -a
:
Linux ubuntu 6.5.0-1010-raspi #13-Ubuntu SMP PREEMPT_DYNAMIC Thu Jan 18 09:08:04 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
Some dependencies seem not to work with the Raspberry Pi architecture.
ShigShag
Metadata
Metadata
Assignees
Labels
No labels