Can't run container in Docker
See original GitHub issueI 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:
- Created 4 years ago
- Comments:7 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
works perfect now on Pi4, many thanks!!