mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-13 04:16:34 +00:00
The structure of each deck should now be: - title slide - logistics (for live classes) - chat room info (for live classes) - shared/about-slides - */prereqs* (when relevant; mostly k8s classes) - shared/handson - */labs-live (for live classes) - shared/connecting (for live classes) - */labs-async - toc This is more uniform across the different courses (live and async; containers and K8S).
18 lines
412 B
Markdown
18 lines
412 B
Markdown
## Pre-requirements
|
|
|
|
- Be comfortable with the UNIX command line
|
|
|
|
- navigating directories
|
|
|
|
- editing files
|
|
|
|
- a little bit of bash-fu (environment variables, loops)
|
|
|
|
- Hands-on experience working with containers
|
|
|
|
- building images, running them; doesn't matter how exactly
|
|
|
|
- if you know `docker run`, `docker build`, `docker ps`, you're good to go!
|
|
|
|
- It's totally OK if you are not a Docker expert!
|