Container not getting started after start command issued

It also depends on how you are creating your images and how the containers are being created. Are you using a Dockerfile? If yes, are you running some other service in it? If yes, do you have a CMD section? If yes, make sure you include the “FOREGROUND” keyword in your CMD section to have your container always up and running.
Do feel free to correct me if I am wrong. Even I am new to this.