Container status immediately exiting
See original GitHub issueI’ve been trying to figure this out for a while but I can’t understand why my container statuses are exiting right after I create them. I run the docker logs [ID]
and I get an error run.py: error: the following arguments are required: -a/--alerter
I’m using my email as an alerter type.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Why docker container exits immediately - Stack Overflow
When you attach and exit the container by CTRL+D (most common way to do it), you stop the container because you just killed...
Read more >Why Does My Docker Container Stop? - Tutorial Works
A Docker container exiting doesn't usually indicate that something is wrong. But, nevertheless, you might be wondering why it's exited!
Read more >What to do if a Docker container immediately exits
If you run a container using docker run and it immediately exits and every time you press the Start button in Docker Desktop...
Read more >Docker: Prevent Container From Exiting Immediately After ...
Explanation of how to resolve a problem of a Docker container exiting with return code 0 immediately after creation.
Read more >Docker run exits immediately despite --detach, --interactive
In all cases, the container exits immediately. I tried to troubleshoot but docker logs <container> doesn't show a single line of log.
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
ok the
git pull
fixed it thanksYea I’m actually in the process right now. I used
docker container stop $(docker container ls –aq) && docker system prune –af ––volumes
and thendocker pull ericjmarti/inventory-hunter:latest