https://github.com/probablyclem/projet-devops-2023
https://github.com/probablyclem/projet-devops-2023
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/probablyclem/projet-devops-2023
- Owner: ProbablyClem
- Created: 2023-05-25T13:58:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T17:28:14.000Z (about 3 years ago)
- Last Synced: 2025-01-29T05:28:25.690Z (over 1 year ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# projet-devops-2023
## Projet by Clément Guiton
### Echo
Will echo back any arguments and logs them to /var/log/echo_logs inside the volume
build the image
```bash
docker image build --tag=echo:latest ./
```
run with args
```bash
docker run echo:latest hello word
```