1
0
Files
trainings/docker/training/lessons/1-docker-getting-started.md
2026-01-04 01:14:36 +01:00

20 lines
337 B
Markdown

# 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
docker run -dp 80:80 arnaudmorin/docker-tp
```
Then browse your server IP port 80 and follow the instructions:
```bash
echo "http://$(curl -s ip.arnaudmorin.fr)/"
```