Cleanup before starting docker TP
Signed-off-by: Arnaud M. <arnaud.choupinette@mailops.fr>
This commit is contained in:
parent
10d5ad7ead
commit
ae7927f29c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue