20 lines
337 B
Markdown
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)/"
|
|
```
|