If I don't give -t option while issuing "docker run" command for an image then how the container would behave differently ?
Can someone please pinpoint any real use case of "docker wait " command ?
I have one application which is running in a stand alone system. I want to run the same application in a docker container. I also want to know that is only one process that can run in a docker container ?
What is the difference between following commands: $docker run -d $docker run -it -d
How the option "-it" make the difference ?