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
parent
commit
68550f6a74
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      0_run/commands.sh

7
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
Loading…
Cancel
Save