Docker automatically exits
Posted on October 19, 2022 in CI/CD , Docker • Tagged with GIT, Pipeline, CI/CD, Docker, Docker Compose
Curious why Docker container automatically exits
Are you curious why docker container exits automatically?
Docker Container needs some process running in the foreground (Please note , Not as a background process) to keep the container running.
Dont know how to make a container running with a simple process in the foreground …
Continue reading