top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Docker: What is the significance of -t option when issuing "docker run command" ?

0 votes
245 views

If I don't give -t option while issuing "docker run" command for an image then how the container would behave differently ?

posted Aug 8, 2017 by Vikram Singh

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
0 votes

Can someone please pinpoint any real use case of "docker wait " command ?

+1 vote

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 ?

0 votes

What is the difference between following commands:
$docker run -d
$docker run -it -d

How the option "-it" make the difference ?

...