Docker container exits immediately after start without any errors
Hello,
I've seen this in the past as well, a quick solution for me is to start the containers with the following command instead:
docker run -dit --name php your_image
Hope that this helps!















