replace docker tp
Signed-off-by: Arnaud M. <arnaud.choupinette@mailops.fr>
This commit is contained in:
11
docker/training/lessons/1-docker-getting-started.md
Normal file
11
docker/training/lessons/1-docker-getting-started.md
Normal 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)/"
|
||||
```
|
||||
Reference in New Issue
Block a user