I have created docker image using Dockerfile and image is created successfully. But when I am trying run using “docker run” command , I am getting container id but its not in running state. Have checked with docker ps or docker container ls not getting any output for this container.
Can anyone suggest where can check for further on this?