top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Docker : What is the difference between these two docker commands ?

0 votes
340 views

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

How the option "-it" make the difference ?

posted Aug 13, 2017 by Vikram Singh

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

Similar Questions
0 votes

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

0 votes

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

...