Browse Source

feat: exercice 0_run

0_run
Anatole-EES 5 years ago
parent
commit
cd0b03e30a
  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