Trying to understand the relation of tty between the host and container when the docker run command is executed
About Docker if is executed the following command docker run –name ubuntu-it -it ubuntu The container named ubuntu-it, based on the ubuntu image, is created, run, is offered a tty and finally remains running. It can be stopped with the exit command. Here the importance about the it option to have a shell available for … Read more