I am just learning the basic basic docker commands by setting up in Ubuntu . By running the following command :
$sudo docker run -i -t tutum/hello-world /bin/bash
I get the output as :
root@1035h04e176:/#
I dint understand whats going on here. I thought $docker run … /bin/bash
will create a new container with the id as the output of the command , can somebody please tell me , has the container already created? If yes how to use it?