-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
🐛 Bug Report: arm64 container won't start #34
Comments
Did you uncomment the line in docker-compose.yml? |
Do you mean the image? Then yes. My compose (only change is that i merged 'security_opt' because docker compose wont start with 2 of them): services: |
After a few more tests it works now. i tried running it without the compose file and it ran. so i tried a few things with the compose and the culprit is
I think that might have to to with the Leaky Vessels Updates surrounding docker. |
Running with the |
Weird because ARM64 is mentioned in the seccomp profile here: Lines 11 to 16 in c603006
Relevant runc spec: https://github.com/opencontainers/runc/blob/main/docs/spec-conformance.md Could be a bug with the runtime. Can anyone try with Podman instead of Docker? Don't have any Pi's on hand. |
On my NUC (x64) it also stopped working with the seccomp profile with the mentioned error. Ubuntu 22.04 (both NUC and Pi) with docker-ce from dockers repo. The only difference so far is thats in x86 i get an error output with 'docker compose logs' but on the pi the container just restarts without an output. |
Interesting. I think we should probably remove the seccomp profile until we can resolve this by adding the new syscalls to the profile. |
Yes, that seems like the way to go for now. Should i close the issue? |
I can do that when I push the commit commenting out the profile line. <5 min |
Describe the bug
The container won't run on my pi4. it starts and stops. docker compose logs gives no output because it only starts for a split second.
Steps to reproduce the bug
Steps to reproduce the behavior:
Additional context / screenshot
It runs on my x64 nuc just fine with the same compose file (just the image was changed).
The text was updated successfully, but these errors were encountered: