1
0
Files
trainings/docker/training/lessons/1-docker-getting-started.md
Arnaud M. e1a7317908 replace docker tp
Signed-off-by: Arnaud M. <arnaud.choupinette@mailops.fr>
2025-12-24 14:01:35 +01:00

12 lines
193 B
Markdown

# 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)/"
```