-
Notifications
You must be signed in to change notification settings - Fork 1
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
Container does not start #7
Comments
Could be image built on docker hub isn’t raspberry pi architecture compatible. You could try building it yourself. Building directly on pi would ensure right compatibility. Or you can build remotely via build buildkit. Unsure if go build command in dockerfile would need changes. Also double check docker api version env variable. That has to match the version your docker host supports. ‘docker info’ and some info on readme. I don’t have raspberries to try on. Regards,HasnatOn Feb 10, 2024, at 15:28, Michele Giorgio ***@***.***> wrote:
Hello,
I configured the container on a Raspberry Pi 4B with Debian GNU/Linux 12 (bookworm) and Docker 25.03 as operating system.
The problem I report is that it does not start displaying the following error "exec ./docker-events-notifier: exec format error" .
I checked the config file with a yaml validator and there are no errors.
What's the problem?
Thanks for the help.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Thanks for the reply. I've never programmed in go so I don't know how the build process works.
When I run the command
How can I solve it? |
not a go lang or build expert myself, however did you try keeping the workdir line same? I think you might be missing only
btw any exports you do in your cli don't get automatically reflected in |
@Tecnomiky docker info
Docker API version
|
Hello,
I configured the container on a Raspberry Pi 4B with Debian GNU/Linux 12 (bookworm) and Docker 25.03 as operating system.
The problem I report is that it does not start displaying the following error "exec ./docker-events-notifier: exec format error" .
I checked the config file with a yaml validator and there are no errors.
What's the problem?
Thanks for the help.
The text was updated successfully, but these errors were encountered: