HenriBoulnois
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
1 deletions
-
0_run/commands.sh
|
|
@ -1 +1,5 @@ |
|
|
#!/bin/bash |
|
|
|
|
|
|
|
|
#!/bin/bash |
|
|
|
|
|
docker container run docker/whalesay cowsay "Hello M1 III 2021" |
|
|
|
|
|
docker container run --rm docker/whalesay cowsay "Hello M1 III 2021" |
|
|
|
|
|
docker container run -it python |
|
|
|
|
|
docker container run --rm -it python |