This repo contains a reveal.js presentation about Cloud. To visualize this presentation, go here: https://devops-cloud-courses.github.io/cloud You can also clone this repo and expose static pages through your favorite web server.
This course is open source. You can use it freely.
- Introduction
- Chapter one
docker build -t course .
docker run -d --rm -p 80:8080 --name=course course- After a few seconds, you can see the slides on http://localhost
- When you want to stop the instance, run:
docker stop course- Click on this link
- Then
CTRL+Pon the generated page - Change the following settings
| Setting | Value |
|---|---|
| Destination | Save as PDF |
| Pages | All |
| Pages per sheet | 1 |
| Margins | Default |
| Options | Background graphics |
- Click on save
For any question about Reveal.js usage, read Reveal Documentation
Feel free to submit as many pull request as you wish !