An open API service indexing awesome lists of open source software.

https://github.com/probablyclem/projet-devops-2023


https://github.com/probablyclem/projet-devops-2023

Last synced: 9 months ago
JSON representation

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
```