# Run TP Add all of thoses script in the `commands.sh` file ## Hello docker I want a docker run command to show this using the `docker/whalesay` image : ```bash __________________ < Hello M1 III 2021 > ------------------ \ \ \ ## . ## ## ## == ## ## ## ## === /""""""""""""""""___/ === ~~~ {~~ ~~~~ ~~~ ~~~~ ~~ ~ / ===- ~~~ \______ o __/ \ \ __/ \____\______/ ``` And I want, with that same command, for the container to be **deleted**. ## Interactive python shell I don't have admin rights on my computer and I want to test something with python 3. With a `docker container run`, start an **interactive** container with python 3 running. And I want, with that same command, for the container to be **deleted** when I'm done.