Yield generated for 458353cc-786a-4aa8-832a-bdd139f5d22f
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Anatole De Chauveron 0881df88f5
Merge pull request #3 from Anatole-DC/2_compose
5 years ago
..
Readme.md Initial commit 5 years ago
commands.sh feat: exercice 0_run 5 years ago

Readme.md

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 :

 __________________ 
< 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.