question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

docker image not working - exec user process caused: exec format error

See original GitHub issue

In order to reproduce, follow the steps given in the documentation 😦

docker pull totalplatform/flow
docker run -p 8000:8000 totalplatform/flow

=> Error : " standard_init_linux.go:219: exec user process caused: exec format error " No other Docker containers running in parallel. Am I missing a requirement ?

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
rnd-debugcommented, Mar 30, 2022

Yep, confirming, looks better on my side as well: able to start the container. Thank you!

1reaction
moldacommented, Mar 30, 2022

So it seem that the issue is on our end with the way we built the docker image. I’ll let you know when it’s fixed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

standard_init_linux.go:178: exec user process caused " ...
This can happen if you're trying to run an x86 built image on an arm64/aarch64 machine.
Read more >
exec format error and Container is restarting, wait until the ...
Daemon error responses: exec format error and Container is restarting, wait until the container is running. I followed a guide and just copied ......
Read more >
Docker image fails on ARM: `exec user process caused ...
Docker image fails on ARM: exec user process caused "exec format error" ... arm not 32 bits but they are 64 bits thats...
Read more >
Fix: standard_init_linux.go:228: exec user process caused
In this post, we'll discuss the error “standard_init_linux.go:228: exec user process caused: exec format error” and offer two fixes.
Read more >
How to fix 'Exec user process caused: Exec format error'?
In this article, we're talking about the "exec user process caused: exec format" error and giving you two solutions for the problem.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found