1
0
Fork 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)/"
```

View File

@ -30,7 +30,7 @@
<h1>Docker</h1>
<p><a class="btn btn-primary btn-lg" href='https://www.arnaudmorin.fr/trainings/docker/slides/' target='_blank'>Cours</a></p>
<p><a class="btn btn-primary btn-lg" href='https://git.arnaudmorin.fr/arnaud/trainings/src/branch/main/docker/training/lessons' target='_blank'>TP</a></p>
<p><a class="btn btn-primary btn-lg" href='https://git.arnaudmorin.fr/arnaud/trainings/src/branch/main/docker/training/lessons/1-docker-getting-started.md' target='_blank'>TP</a></p>
<h1>Kubernetes</h1>
<p><a class="btn btn-primary btn-lg" href='https://www.arnaudmorin.fr/trainings/kubernetes/slides/' target='_blank'>Kubernetes</a></p>

View File

@ -45,6 +45,7 @@ apt-get install -y \
git \
sshpass \
tmux \
unzip \
python3-pip libffi-dev python3-venv
title.print "Configuring tmux and plik"