12 lines
193 B
Markdown
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)/"
|
|
```
|