# FORMATION ## How to open each presentation? (Docker needs to be installed): ' docker run --rm -p 127.0.0.1:8080:80 --name http -v $(pwd):/usr/local/apache2/htdocs:ro httpd ' ## Display the presentation: In your browser points to 'http://localhost:8080'