1
0

Cleanup before starting docker TP

Signed-off-by: Arnaud M. <arnaud.choupinette@mailops.fr>
This commit is contained in:
Arnaud M.
2026-01-04 01:14:36 +01:00
parent 10d5ad7ead
commit ae7927f29c

View File

@@ -1,3 +1,11 @@
# Cleanup your isen
If necessary, cleanup your `isen` from previous `ansible` TP results:
```bash
apt-get purge -y nginx
docker stop demo
```
# Start the TP
```bash