Démarrer un container en mode "interactif"
$ docker run -it python:3.13 python
Python 3.13.0 (main, Oct 8 2024, 22: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