If I don't give -t option while issuing "docker run" command for an image then how the container would behave differently ?
What is the difference between following commands: $docker run -d $docker run -it -d
How the option "-it" make the difference ?