1
0

replace docker tp

Signed-off-by: Arnaud M. <arnaud.choupinette@mailops.fr>
This commit is contained in:
Arnaud M.
2025-12-24 14:01:35 +01:00
parent 523e4e833f
commit e1a7317908
4 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
# 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)/"
```