Sample reveal.js presentation
This a demo project using sample presentation and docker-revealjs to illustrate how to build and run presentations using Docker and raveal.js.
After checking out the project, just navigate to the project directory and build the presentation Docker image using the following command:
docker build -t presentation .
Launch the presentation by issuing the following command:
docker run -it --rm -p 8000:8000 presentation
View the result in you browser here:
http://localhost:8000/
For more details read my blog post that this project was created for Presenting with Docker
Please check out the following link this example is based on: