1
0
Files
trainings/docker/training/lessons/1-docker-getting-started.md
2026-01-04 01:14:36 +01:00

337 B

Cleanup your isen

If necessary, cleanup your isen from previous ansible TP results:

apt-get purge -y nginx
docker stop demo

Start the TP

docker run -dp 80:80 arnaudmorin/docker-tp

Then browse your server IP port 80 and follow the instructions:

echo "http://$(curl -s ip.arnaudmorin.fr)/"