mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-21 16:22:51 +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.
40 lines
1.3 KiB
Markdown
40 lines
1.3 KiB
Markdown
## A brief introduction
|
|
|
|
- This was initially written to support in-person, instructor-led workshops and tutorials
|
|
|
|
- These materials are maintained by [Jérôme Petazzoni](https://twitter.com/jpetazzo) and [multiple contributors](https://@@GITREPO@@/graphs/contributors)
|
|
|
|
- You can also follow along on your own, at your own pace
|
|
|
|
- We included as much information as possible in these slides
|
|
|
|
- We recommend having a mentor to help you ...
|
|
|
|
- ... Or be comfortable spending some time reading the Docker
|
|
[documentation](https://docs.docker.com/) ...
|
|
|
|
- ... And looking for answers in the [Docker forums](forums.docker.com),
|
|
[StackOverflow](http://stackoverflow.com/questions/tagged/docker),
|
|
and other outlets
|
|
|
|
---
|
|
|
|
class: self-paced
|
|
|
|
## Hands on, you shall practice
|
|
|
|
- Nobody ever became a Jedi by spending their lives reading Wookiepedia
|
|
|
|
- Likewise, it will take more than merely *reading* these slides
|
|
to make you an expert
|
|
|
|
- These slides include *tons* of demos, exercises, and examples
|
|
|
|
- They assume that you have access to a machine running Docker
|
|
|
|
- If you are attending a workshop or tutorial:
|
|
<br/>you will be given specific instructions to access a cloud VM
|
|
|
|
- If you are doing this on your own:
|
|
<br/>we will tell you how to install Docker or access a Docker environment
|