mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-17 20:09:43 +00:00
Now that we have a good number of longer exercises, it makes sense to rename the shorter demos/labs into 'labs' to avoid confusion between the two.
76 lines
1.6 KiB
Markdown
76 lines
1.6 KiB
Markdown
## Accessing these slides now
|
|
|
|
- We recommend that you open these slides in your browser:
|
|
|
|
@@SLIDES@@
|
|
|
|
- Use arrows to move to next/previous slide
|
|
|
|
(up, down, left, right, page up, page down)
|
|
|
|
- Type a slide number + ENTER to go to that slide
|
|
|
|
- The slide number is also visible in the URL bar
|
|
|
|
(e.g. .../#123 for slide 123)
|
|
|
|
---
|
|
|
|
## Accessing these slides later
|
|
|
|
- Slides will remain online so you can review them later if needed
|
|
|
|
(let's say we'll keep them online at least 1 year, how about that?)
|
|
|
|
- You can download the slides using that URL:
|
|
|
|
@@ZIP@@
|
|
|
|
(then open the file `@@HTML@@`)
|
|
|
|
- You will find new versions of these slides on:
|
|
|
|
https://container.training/
|
|
|
|
---
|
|
|
|
## These slides are open source
|
|
|
|
- You are welcome to use, re-use, share these slides
|
|
|
|
- These slides are written in Markdown
|
|
|
|
- The sources of these slides are available in a public GitHub repository:
|
|
|
|
https://@@GITREPO@@
|
|
|
|
- Typos? Mistakes? Questions? Feel free to hover over the bottom of the slide ...
|
|
|
|
.footnote[👇 Try it! The source file will be shown and you can view it on GitHub and fork and edit it.]
|
|
|
|
<!--
|
|
.lab[
|
|
```open https://@@GITREPO@@/tree/master/slides/common/about-slides.md```
|
|
]
|
|
-->
|
|
|
|
---
|
|
|
|
class: extra-details
|
|
|
|
## Extra details
|
|
|
|
- This slide has a little magnifying glass in the top left corner
|
|
|
|
- This magnifying glass indicates slides that provide extra details
|
|
|
|
- Feel free to skip them if:
|
|
|
|
- you are in a hurry
|
|
|
|
- you are new to this and want to avoid cognitive overload
|
|
|
|
- you want only the most essential information
|
|
|
|
- You can review these slides another time if you want, they'll be waiting for you ☺
|