Démarrer un container en mode "interactif"
$ docker run -it python:3.11 python
Python 3.11.9 (main, Jun 20 2024, 17:15:05) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> print("Hello from container!")
Hello from container!
>>> exit()
-it
= interactif + pseudo-tty