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.

Can't run container in Docker

See original GitHub issue

I have raspberry pi4 running raspbian buster. When trying to run premuimizer in docker it doesn’t run and immediately exits upon start. Checking the logs I get the following error: standard_init_linux.go:211: exec user process caused "exec format error Is there something I’m doing wrong? Thanks for any help.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
alinefrcommented, May 31, 2020

https://hub.docker.com/r/ckulka/multi-arch-example

This is very cool! I’m writing additional Dockerfile’s for arm32v7 & arm64v8 based on this example and PR it back when I get it working.

0reactions
robboblokecommented, Jun 3, 2020

works perfect now on Pi4, many thanks!!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Docker container not starting (docker start) - Stack Overflow
You are trying to run bash , an interactive shell that requires a tty in order to operate. It doesn't really make sense...
Read more >
Cant run containers - Docker Desktop for Windows
Hi, I'm new to dockers and i have a problem. i tries to pull the hello world image from docker hub, and make...
Read more >
Debugging docker container that won't start | by suprit shah
Docker exit code 1 indicates there is not enough memory to start a docker container. So the first thing you check is the...
Read more >
Why Does My Docker Container Stop? - Tutorial Works
This happens if you run a foreground container (using docker run ), and then press Ctrl+C when the program is running. When this...
Read more >
Docker containers running, but not showing up in docker ps
You need to provide some diagnostics info. · Add to that: docker info · You might try the following: sudo systemctl restart docker...
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