mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 17:49:59 +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).
412 B
412 B
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!