Skip to content

Docker container fails to start on Raspberry Pi 5 #1233

@maxvaer

Description

@maxvaer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions