Browse Source
Merge pull request #1 from Anatole-DC/0_run
feat: exercice 0_run
2_compose
Anatole De Chauveron
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
1 deletions
-
0_run/commands.sh
|
|
|
@ -1 +1,8 @@ |
|
|
|
#!/bin/bash |
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
docker run --rm docker/whalesay cowsay "Hello M1 III 2021" |
|
|
|
|
|
|
|
docker container run -it --rm python:3 |
|
|
|
|
|
|
|
# Display list of containers |
|
|
|
docker ps --all |